minor gha updates

This commit is contained in:
Bret Fisher
2021-07-04 14:42:06 -04:00
parent 3042013d0d
commit a904e1cc15
2 changed files with 9 additions and 1 deletions

View File

@@ -94,6 +94,14 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
-
# 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
-
name: Show image digest
run: echo ${{ steps.docker_build.outputs.digest }}