Skip to content

Commit

Permalink
ci: make sure digest directory is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jul 17, 2024
1 parent a11fae7 commit 30db4fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:

- name: Export digest
run: |
rm -rf ${{ env.DIGEST_DIR_PATH }}
mkdir -p ${{ env.DIGEST_DIR_PATH }}
digest="${{ steps.docker_build.outputs.digest }}"
touch "${{ env.DIGEST_DIR_PATH }}/${digest#sha256:}"
Expand Down

0 comments on commit 30db4fd

Please sign in to comment.