Skip to content

Commit ac869d6

Browse files
author
Moritz Clasmeier
committed
test
1 parent 4becb41 commit ac869d6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,8 @@ jobs:
9797
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
9898
cache-to: type=gha,mode=max
9999
- name: Images pushed
100-
run: echo "Image pushed with digest ${{ steps.docker_build.outputs.digest }}"
100+
run: |
101+
echo "${{ steps.docker_build.outputs.imageid }}"
102+
echo "${{ steps.docker_build.outputs.digest }}"
103+
echo "${{ steps.docker_build_slim.outputs.imageid }}"
104+
echo "${{ steps.docker_build_slim.outputs.digest }}"

0 commit comments

Comments
 (0)