Skip to content

Commit

Permalink
fix: do not push
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 74b7295 commit 7f81d57
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ jobs:
context: .
file: foo/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Create and push manifest images
run: |
docker buildx imagetools create \
--tag ghcr.io/tranngoclam/monorepo-foo:latest \
ghcr.io/tranngoclam/monorepo-foo:latest-amd64 \
ghcr.io/tranngoclam/monorepo-foo:latest-arm64

0 comments on commit 7f81d57

Please sign in to comment.