Skip to content

Commit

Permalink
test docker agrs
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Sep 28, 2023
1 parent 5a424e9 commit f817d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
build_arch: linux/amd64
build_args: "VERSION=1.0.0"
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM alpine:3.18

RUN apk add --no-cache mysql-client
ARG VERSION

ENTRYPOINT ["mysql"]

0 comments on commit f817d4a

Please sign in to comment.