Skip to content

Commit

Permalink
Update nightlyrelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers authored Jan 22, 2025
1 parent 6cc28ee commit 7654b8d
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 @@ -85,5 +85,5 @@ jobs:
run: |
VERSION=$(cat ./version.txt)-nightly
docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}'
docker push ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-alpine-3.17
docker push ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-alpine-3.20
docker push ${{ secrets.DOCKER_ORG }}/powershell:nightly

0 comments on commit 7654b8d

Please sign in to comment.