Skip to content

Commit

Permalink
fix: tag docker images with git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangulle committed Feb 20, 2025
1 parent 6afaa77 commit 9de5abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
# set dev tag for master branch
type=raw,value=dev,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=ref,event=branch
type=ref,event=tag
-
name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 9de5abf

Please sign in to comment.