Skip to content

Commit 87fa3e8

Browse files
authored
Update container.yaml - debugging
1 parent 222b2d6 commit 87fa3e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/container.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
password: ${{ secrets.GITHUB_TOKEN }}
8282
- name: Create Manifest
8383
run: |
84+
docker image ls
8485
docker manifest create ${{ needs.var.outputs.image }}:${{ matrix.tag }} \
8586
--amend ${{ needs.var.outputs.image }}-amd64:${{ needs.var.outputs.tag }} \
8687
--amend ${{ needs.var.outputs.image }}-arm64:${{ needs.var.outputs.tag }}

0 commit comments

Comments
 (0)