Skip to content

Commit 6d69479

Browse files
authored
Update nightlydockerimages.yml
1 parent 314e1a7 commit 6d69479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightlydockerimages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Define version
3333
run: |
34-
VERSION="$(cat ./version.txt)"
34+
echo "VERSION=$(cat ./version.txt)" >> $GITHUB_ENV
3535
3636
- name: Set up Docker Buildx
3737
uses: docker/setup-buildx-action@v2
@@ -49,9 +49,9 @@ jobs:
4949
file: ./docker/linux-arm32.dockerfile
5050
push: true
5151
platforms: linux/arm/v7
52-
tags: ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm32
52+
tags: ${{ secrets.DOCKER_ORG }}/powershell:${{ env.VERSION }}-linux-arm32
5353
build-args: |
54-
PNP_VERSION=$VERSION
54+
PNP_VERSION=${{ env.VERSION }}
5555
5656
publish-docker-linux-arm64:
5757
runs-on: ubuntu-24.04-arm

0 commit comments

Comments
 (0)