Skip to content

Commit ced9ce1

Browse files
committed
R - Endring i uthenting av image hash
1 parent 75788c9 commit ced9ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bygg_branch_og_publiser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
bygg_og_publiser:
2020
name: 'Bygg branch og publiser image'
2121
permissions:
22-
contents: "read"
22+
contents: "write"
2323
id-token: "write"
2424
runs-on: ubuntu-latest
2525
steps:
@@ -51,4 +51,4 @@ jobs:
5151
run: echo "IMAGE=${{ env.DOCKER_METADATA_OUTPUT_TAGS }}"
5252

5353
- name: 'Echo Image Name'
54-
run: echo "### Image Hash $(echo ${{ steps.docker-push.outputs.image }} | cut -d':' -f2)" >> $GITHUB_STEP_SUMMARY
54+
run: echo "### Image Hash $(echo ${{ env.DOCKER_METADATA_OUTPUT_TAGS }} | cut -d':' -f2)" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)