Skip to content

Commit

Permalink
Update ftl-build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
PromoFaux committed May 16, 2024
1 parent 08f5959 commit 4ddc5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ftl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
mkdir -p /tmp/digests/
digest_docker="${{ steps.build_docker.outputs.digest }}"
touch "/tmp/digests/dockerhub/${digest_docker#sha256:}"
touch "/tmp/digests/${digest_docker#sha256:}"
-
name: Upload digest
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 4ddc5b9

Please sign in to comment.