Skip to content

Commit

Permalink
update for new test
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Sep 21, 2023
1 parent 926064b commit c595fd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
contents: read
packages: write
steps:
- uses: voxpupuli/gha-build-and-publish-a-container@v1
- uses: rwaffen/gha-build-and-publish-a-container@main
with:
github_token: ${{ secrets.github_token }}
build_arch: linux/amd64,linux/arm64
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM cytopia/ansible-lint:latest
FROM alpine:3.14

ADD README.md /
RUN apk add --no-cache mysql-client

ENTRYPOINT ["mysql"]

0 comments on commit c595fd9

Please sign in to comment.