Skip to content

Commit

Permalink
Change push method
Browse files Browse the repository at this point in the history
  • Loading branch information
alorence committed Dec 13, 2024
1 parent 0b702e4 commit cd0280a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm
push: true
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
Expand All @@ -67,6 +67,9 @@ jobs:
build-args: |
VERSION=${{ env.VERSION }}
- name: Push to ghcr.io
run: docker push -a ${{ env.IMAGE_NAME }}

# - name: Generate artifact attestation
# uses: actions/[email protected]
# with:
Expand Down

0 comments on commit cd0280a

Please sign in to comment.