Skip to content

Commit

Permalink
Create dev-latest image and tag it properly (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh authored Dec 13, 2023
1 parent 896f5d3 commit 4861b4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- 'dev'
- 'deployment-0.9.30'
workflow_dispatch:

env:
Expand Down Expand Up @@ -69,7 +68,7 @@ jobs:
tags: |
${{ steps.login-ecr.outputs.registry }}/pos-network-node:${{ env.GITHUB_SHA }}
${{ steps.login-ecr.outputs.registry }}/pos-network-node:deployment-0.9.30-latest
${{ steps.login-ecr.outputs.registry }}/pos-network-node:dev-latest
- name: Copy wasm artifacts from the image
run: |
Expand Down

0 comments on commit 4861b4b

Please sign in to comment.