Skip to content

Commit

Permalink
update image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloAvlis committed Apr 17, 2024
1 parent 85afea7 commit 209d4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# generate Docker tags based on the following events/attributes
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=dev,enable=${{ github.ref == format('refs/heads/{0}', 'dev') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'dev') }}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit 209d4ab

Please sign in to comment.