Skip to content

Commit 1a3e86f

Browse files
authored
Update container.yaml
1 parent abfcbb4 commit 1a3e86f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/container.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,13 @@ jobs:
8787
docker image ls
8888
- name: Annotate
8989
run: |
90-
docker image ls
91-
docker manifest annotate --arch arm64 -os linux \
90+
docker manifest annotate --arch arm64 --os linux \
9291
${{ needs.var.outputs.image }}:${{ matrix.tag }} \
9392
${{ needs.var.outputs.image }}-linux-arm64:${{ needs.var.outputs.tag }}
94-
docker manifest annotate --arch amd64 -os linux \
93+
docker manifest annotate --arch amd64 --os linux \
9594
${{ needs.var.outputs.image }}:${{ matrix.tag }} \
9695
${{ needs.var.outputs.image }}-linux-amd64:${{ needs.var.outputs.tag }}
9796
- name: Push
9897
run: |
99-
docker image ls
10098
docker manifest push ${{ needs.var.outputs.image }}:${{ matrix.tag }}
10199

0 commit comments

Comments
 (0)