Skip to content

Commit

Permalink
chore: add priority
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 6a4a6e2 commit 626e612
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 @@ -25,8 +25,8 @@ jobs:
images: |
ghcr.io/tranngoclam/monorepo-${{ matrix.service }}
tags: |
type=sha,enable=true,format=long
type=raw,enable=true,value=latest
type=sha,enable=true,format=long,priority=200
type=raw,enable=true,value=latest,priority=100
- name: Build/Tag/Push Docker Image
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
Expand Down

0 comments on commit 626e612

Please sign in to comment.