We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a7602 commit 7bd8214Copy full SHA for 7bd8214
1 file changed
.github/actions/build-docker/action.yml
@@ -108,6 +108,7 @@ runs:
108
--allow=fs.read=/tmp/build \
109
--set "*.tags+=${IMAGE}-gha-run-${{ github.run_id }}" \
110
--set "*.labels.org.opencontainers.image.description=Build run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
111
+ --set "*.labels.org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}" \
112
--set *.platform=linux/${{ inputs.arch }} \
113
--set *.cache-from=type=gha \
114
--set *.cache-to=type=gha,mode=max \
0 commit comments