mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Clean up digests before creating new image digest
This commit is contained in:
parent
c711f1ad05
commit
624f5cd120
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -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:}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user