|
|
|
@ -100,12 +100,3 @@ jobs:
|
|
|
|
|
# This step uses the identity token to provision an ephemeral certificate
|
|
|
|
|
# against the sigstore community Fulcio instance.
|
|
|
|
|
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
# Temp fix
|
|
|
|
|
# https://github.com/docker/build-push-action/issues/252
|
|
|
|
|
# https://github.com/moby/buildkit/issues/1896
|
|
|
|
|
name: Move cache
|
|
|
|
|
run: |
|
|
|
|
|
rm -rf /tmp/.buildx-cache
|
|
|
|
|
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
|
|
|
|
|