Skip to content

Commit

Permalink
Update image-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknight authored Jan 20, 2024
1 parent f876300 commit 83c4e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
UBUNTU_VER: ${{ vars.UBUNTU_VER }}
shell: "bash"
run: |
DISTRO_VERSION=$([ "${DISTRO}" == "alpine" ] && "ALPINE_VER=${ALPINE_VER}" || "UBUNTU_VER=${UBUNTU_VER}")
PRIVOXY_VER=$([ "${RELEASE}" == "stable" ] && "3.0.34" || "3.0.34")
DISTRO_VERSION=$([ "${DISTRO}" == "alpine" ] && echo "ALPINE_VER=${ALPINE_VER}" || echo "UBUNTU_VER=${UBUNTU_VER}")
PRIVOXY_VER=$([ "${RELEASE}" == "stable" ] && echo "3.0.34" || echo "3.0.34")
echo BUILD_ARGS=(${DISTRO_VERSION} ${PRIVOXY_VER}) >> $GITHUB_OUTPUT
build:
Expand Down

0 comments on commit 83c4e85

Please sign in to comment.