mirror of
https://github.com/agregarr/agregarr.git
synced 2026-05-04 17:09:23 -05:00
chore(github-actions): cleanup old digests on oracle VM
This commit is contained in:
@@ -75,6 +75,7 @@ jobs:
|
||||
|
||||
- name: Export digest
|
||||
run: |
|
||||
rm -rf /tmp/digests
|
||||
mkdir -p /tmp/digests
|
||||
digest="${{ steps.build.outputs.digest }}"
|
||||
touch "/tmp/digests/${digest#sha256:}"
|
||||
|
||||
@@ -78,6 +78,7 @@ jobs:
|
||||
|
||||
- name: Export digest
|
||||
run: |
|
||||
rm -rf /tmp/digests
|
||||
mkdir -p /tmp/digests
|
||||
digest="${{ steps.build.outputs.digest }}"
|
||||
touch "/tmp/digests/${digest#sha256:}"
|
||||
|
||||
Reference in New Issue
Block a user