Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
avalonche committed Dec 11, 2024
1 parent cc08ee6 commit a6df893
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
password: ${{ secrets.FLASHBOTS_DOCKERHUB_TOKEN }}

- name: Build and push
id: build
uses: docker/build-push-action@v6
with:
cache-from: type=gha
Expand All @@ -73,6 +74,8 @@ jobs:
mkdir -p /tmp/digests
digest="${{ steps.build.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}"
echo "Created files:"
ls -la /tmp/digests/
- name: Upload digest
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a6df893

Please sign in to comment.