Skip to content

Commit

Permalink
refactor: remove unused tags
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 7f81d57 commit e015ea9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
images: |
ghcr.io/tranngoclam/monorepo-foo
tags: |
type=sha,enable=true,prefix=,suffix=-amd64,format=long
type=sha,enable=true,prefix=,suffix=-arm64,format=long
type=raw,enable=true,value=latest,suffix=-amd64
type=raw,enable=true,value=latest,suffix=-arm64
type=sha,enable=true,format=long
type=raw,enable=true,value=latest
- name: Build/Tag/Push Docker Image
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
Expand Down

0 comments on commit e015ea9

Please sign in to comment.