Skip to content

Commit

Permalink
docker.yml: Remove quotes from RELEASE var
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Oct 7, 2024
1 parent 9db4620 commit 4d5cce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
build-args: RELEASE="${{ env.RELEASE }}"
build-args: RELEASE=${{ env.RELEASE }}
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/slackware:${{ matrix.version }}

0 comments on commit 4d5cce2

Please sign in to comment.