Skip to content

Commit

Permalink
Switch to use env.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonmeister committed Jan 31, 2024
1 parent e8fc1b5 commit 74ae703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ jobs:
push: false
load: true
platforms: linux/amd64
tags: harrisonmeister/workertools:${VERSION_NUMBER}
tags: harrisonmeister/workertools:${{env.VERSION_NUMBER}}
build-args: |
PS_VERSION=${VERSION_NUMBER}
PS_MAJOR_VERSION=${MAJOR_VERSION}
PS_VERSION=${{env.VERSION_NUMBER}}
PS_MAJOR_VERSION=${{env.MAJOR_VERSION}}
if: ${{ needs.get-version-number.outputs.CONTINUE == 'Yes' }}
# - name: Build linux/amd64 image
# working-directory: base/linux_amd64
Expand Down

0 comments on commit 74ae703

Please sign in to comment.