remove previous cache cleanup step

pull/34/head
Ben Phelps 2 years ago committed by GitHub
parent a16ca15106
commit f9c8157b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save