Skip to content

Commit

Permalink
feat: Publish to new docker hub account - dev version (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
criadoperez authored Jul 12, 2022
1 parent 601c7cb commit 3acfeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gaia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
# Temporarily halt pushes
# push: false
# Only push as tag "latest-dev" when new code on main branch
push: ${{ github.ref = 'refs/heads/master' }}
push: ${{ github.ref == 'refs/heads/master' }}

0 comments on commit 3acfeab

Please sign in to comment.