We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222b2d6 commit 87fa3e8Copy full SHA for 87fa3e8
.github/workflows/container.yaml
@@ -81,6 +81,7 @@ jobs:
81
password: ${{ secrets.GITHUB_TOKEN }}
82
- name: Create Manifest
83
run: |
84
+ docker image ls
85
docker manifest create ${{ needs.var.outputs.image }}:${{ matrix.tag }} \
86
--amend ${{ needs.var.outputs.image }}-amd64:${{ needs.var.outputs.tag }} \
87
--amend ${{ needs.var.outputs.image }}-arm64:${{ needs.var.outputs.tag }}
0 commit comments