Skip to content

Commit

Permalink
fix: fix attributes in type=raw
Browse files Browse the repository at this point in the history
Signed-off-by: Lam Tran <[email protected]>
  • Loading branch information
tranngoclam authored and Lam Tran committed Nov 14, 2023
1 parent 6ed3d06 commit 2fedc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
tags: |
type=sha,enable=true,suffix=-amd64,format=long
type=sha,enable=true,suffix=-arm64,format=long
type=raw,enable=true,prefix=latest,suffix=-amd64
type=raw,enable=true,prefix=latest,suffix=-arm64
type=raw,enable=true,suffix=-amd64,value=latest
type=raw,enable=true,suffix=-arm64,value=latest
- name: Build/Tag/Push Docker Image
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
Expand Down

0 comments on commit 2fedc41

Please sign in to comment.