We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfcbb4 commit 1a3e86fCopy full SHA for 1a3e86f
.github/workflows/container.yaml
@@ -87,15 +87,13 @@ jobs:
87
docker image ls
88
- name: Annotate
89
run: |
90
- docker image ls
91
- docker manifest annotate --arch arm64 -os linux \
+ docker manifest annotate --arch arm64 --os linux \
92
${{ needs.var.outputs.image }}:${{ matrix.tag }} \
93
${{ needs.var.outputs.image }}-linux-arm64:${{ needs.var.outputs.tag }}
94
- docker manifest annotate --arch amd64 -os linux \
+ docker manifest annotate --arch amd64 --os linux \
95
96
${{ needs.var.outputs.image }}-linux-amd64:${{ needs.var.outputs.tag }}
97
- name: Push
98
99
100
docker manifest push ${{ needs.var.outputs.image }}:${{ matrix.tag }}
101
0 commit comments