Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/chore: ignore deprecated build.yml workflow file for dependabot, added comment about deprecation and auto-build of :beta on current workflow file (buildeux.yml) #61

Merged
merged 3 commits into from
Jun 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ updates:
prefix: "chore: "
reviewers:
- "fetzu"
ignore:
- dependency-name: "/.github/workflows/build.yml"

- package-ecosystem: "docker"
directory: "/"
Expand All @@ -29,6 +31,8 @@ updates:
prefix: "chore: "
reviewers:
- "fetzu"
ignore:
- dependency-name: "/.github/workflows/build.yml"

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -44,3 +48,5 @@ updates:
prefix: "build: "
reviewers:
- "fetzu"
ignore:
- dependency-name: "/.github/workflows/build.yml"
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# !NOTE: This action is deprecated and currently disabled.
# Build for amd64 and arm64 and publish to DockerHub
name: build

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/buildeux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Build for amd64 and arm64 and publish to DockerHub and GitHub Packages
# The :beta image is automatically re-built and pushed fortnightly to include changes to upstream images

name: Build and publish Docker image

Expand Down