Skip to content

Commit c02c36c

Browse files
committed
F - Endrer github hash til en mer oversiktelig versjon
1 parent bd6c188 commit c02c36c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bygg_branch_og_publiser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
run: echo "IMAGE=${{ env.DOCKER_METADATA_OUTPUT_TAGS }}"
5252

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

.github/workflows/bygg_mainline_og_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
client-payload: '{"image": "${{ steps.docker-push.outputs.image }}"}'
7272

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

0 commit comments

Comments
 (0)