Skip to content

Commit

Permalink
rename to Dockerfile, add Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jul 12, 2024
1 parent 456f3a9 commit 324d508
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ updates:
- "chore"
- "safe-to-test"
open-pull-requests-limit: 20

- package-ecosystem: "docker"
directory: "/src/main/container"
schedule:
interval: "weekly"
labels:
- "dependencies"
- "chore"
- "safe-to-test"
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
archs: amd64, arm64
tags: ${{ env.agent-version }} ${{env.DATE_TAG}} latest
containerfiles: |
src/main/container/Containerfile
src/main/container/Dockerfile
- name: Push to quay.io
id: push-to-quay
uses: redhat-actions/push-to-registry@v2
Expand Down
File renamed without changes.

0 comments on commit 324d508

Please sign in to comment.