Skip to content

Commit

Permalink
ci(workflow): docker tag name update
Browse files Browse the repository at this point in the history
  • Loading branch information
arhamj committed Oct 21, 2024
1 parent a1c4f7b commit 5199f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=raw,value=${{ github.ref_name }}-${{ github.sha }}
type=sha,format=short
- name: Build and push Docker image
id: push
Expand Down

0 comments on commit 5199f18

Please sign in to comment.