Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madpah authored Aug 12, 2024
1 parent 1fd45ac commit 0d4a374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Determine Version
run: echo "NXRM_VERSION=$(grep release Dockerfile | cut -d "=" -f2 | tr -d '" \')" >> $GITHUB_ENV
run: echo "NXRM_VERSION=$(grep release Dockerfile.java17 | cut -d "=" -f2 | tr -d '" \')" >> $GITHUB_ENV

- run: echo "Building NXRM ${{ env.NXRM_VERSION }} for ARM"

Expand Down

0 comments on commit 0d4a374

Please sign in to comment.