Skip to content

Commit

Permalink
dev-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kais committed Jun 11, 2024
1 parent 28e0368 commit dc39a9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- holesky
- mainnet
- feat/gh-109

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
Expand Down Expand Up @@ -116,6 +117,9 @@ jobs:

- name: Push to public repo
run: |
if [[ ${{ github.ref_name }} == 'feat/gh-109' ]]; then
tag=dev
else
if [[ ${{ github.ref_name }} == 'main' ]]; then
tag=latest
else
Expand Down

0 comments on commit dc39a9f

Please sign in to comment.