Skip to content

Commit

Permalink
Updated to lts-alpine3.20 to add support for PowerShell 7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers authored Jan 22, 2025
1 parent 6cda733 commit 6cc28ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightlyrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Tag the image
run: |
VERSION=$(cat ./version.txt)-nightly
docker image tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-alpine-3.17 ${{ secrets.DOCKER_ORG }}/powershell:nightly
docker image tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-alpine-3.20 ${{ secrets.DOCKER_ORG }}/powershell:nightly
- name: Push the image
run: |
VERSION=$(cat ./version.txt)-nightly
Expand Down

0 comments on commit 6cc28ee

Please sign in to comment.