Skip to content

Commit

Permalink
chore: use long sha (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
buarki committed Dec 25, 2023
1 parent aaa20d7 commit 2758b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}}
type=sha,enable=true
type=sha,format=long
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit 2758b46

Please sign in to comment.