We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de90e0 commit ae5f3e4Copy full SHA for ae5f3e4
1 file changed
.github/workflows/delivery.yml
@@ -60,7 +60,7 @@ jobs:
60
with:
61
context: .
62
platforms: linux/amd64
63
- push: true
+ push: false
64
provenance: false
65
tags: ghcr.io/${{ github.repository }}:build-${{ github.run_id }}-amd64
66
build-args: CARGO_PROFILE=${{ needs.config.outputs.profile }}
@@ -110,7 +110,7 @@ jobs:
110
111
112
platforms: linux/arm64
113
114
115
tags: ghcr.io/${{ github.repository }}:build-${{ github.run_id }}-arm64
116
0 commit comments