Skip to content

Commit 4ddc5b9

Browse files
authored
Update ftl-build.yml
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
1 parent 08f5959 commit 4ddc5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ftl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
mkdir -p /tmp/digests/
114114
digest_docker="${{ steps.build_docker.outputs.digest }}"
115-
touch "/tmp/digests/dockerhub/${digest_docker#sha256:}"
115+
touch "/tmp/digests/${digest_docker#sha256:}"
116116
-
117117
name: Upload digest
118118
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)