We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75788c9 commit ced9ce1Copy full SHA for ced9ce1
.github/workflows/bygg_branch_og_publiser.yml
@@ -19,7 +19,7 @@ jobs:
19
bygg_og_publiser:
20
name: 'Bygg branch og publiser image'
21
permissions:
22
- contents: "read"
+ contents: "write"
23
id-token: "write"
24
runs-on: ubuntu-latest
25
steps:
@@ -51,4 +51,4 @@ jobs:
51
run: echo "IMAGE=${{ env.DOCKER_METADATA_OUTPUT_TAGS }}"
52
53
- name: 'Echo Image Name'
54
- run: echo "### Image Hash $(echo ${{ steps.docker-push.outputs.image }} | cut -d':' -f2)" >> $GITHUB_STEP_SUMMARY
+ run: echo "### Image Hash $(echo ${{ env.DOCKER_METADATA_OUTPUT_TAGS }} | cut -d':' -f2)" >> $GITHUB_STEP_SUMMARY
0 commit comments