Clean up digests before creating new image digest

This commit is contained in:
Tindy X 2024-04-03 16:40:41 +08:00
parent c711f1ad05
commit 624f5cd120
No known key found for this signature in database
GPG Key ID: 7FA1E66774759718

View File

@ -74,6 +74,7 @@ jobs:
- name: Export digest
run: |
rm -r /tmp/digests
mkdir -p /tmp/digests
digest="${{ steps.build.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}"