Skip to content

Commit 2d94d14

Browse files
authored
Update stabledockerimages.yml
1 parent f97ecd1 commit 2d94d14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stabledockerimages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,8 @@ jobs:
9090
--amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \
9191
--amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64
9292
docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:stable
93+
docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:latest \
94+
--amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \
95+
--amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \
96+
--amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64
97+
docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:latest

0 commit comments

Comments
 (0)