Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kruse committed Dec 2, 2024
2 parents 095d73b + 649943d commit 0f719e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
#if this is a branch, use the branch name instead
if [[ $GITHUB_REF == refs/heads/* ]]; then
VERSION=${GITHUB_REF#refs/heads/}
if [[ $VERSION == "main" ]]; then
VERSION="latest"
fi
fi
TAGS="${DOCKER_IMAGE}:${VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN case `uname -m` in \
echo "export ARCH=$ARCH" > /envfile && \
cat /envfile

RUN apk add --update --no-cache curl ca-certificates bash gettext git docker-cli
RUN apk add --update --no-cache curl ca-certificates bash gettext git docker-cli tar

# Install kubectl
RUN . /envfile && echo $ARCH && \
Expand Down

0 comments on commit 0f719e4

Please sign in to comment.