Skip to content

Commit

Permalink
Merge pull request #14 from tmknight/develop
Browse files Browse the repository at this point in the history
GitHub variable for Alpine version
  • Loading branch information
tmknight authored May 13, 2023
2 parents 0292530 + 7244934 commit ea7ae4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
USER: tmknight88
IMAGE: privoxy
BUILD_ARGS: |
"ALPINE_VER=3.17.3"
"ALPINE_VER=${{ vars.ALPINE_VER }}"
"PRIVOXY_VER=3.0.34"
jobs:
Expand Down

0 comments on commit ea7ae4b

Please sign in to comment.