Skip to content

Commit

Permalink
fix: add checkout
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 2fedc41 commit 74b7295
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
name: Build Container Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

Expand All @@ -20,10 +22,10 @@ jobs:
images: |
ghcr.io/tranngoclam/monorepo-foo
tags: |
type=sha,enable=true,suffix=-amd64,format=long
type=sha,enable=true,suffix=-arm64,format=long
type=raw,enable=true,suffix=-amd64,value=latest
type=raw,enable=true,suffix=-arm64,value=latest
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
- name: Build/Tag/Push Docker Image
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
Expand Down

0 comments on commit 74b7295

Please sign in to comment.