Skip to content

Commit

Permalink
Merge pull request #61 from fetzu/build-comments
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
fetzu authored Jun 30, 2024
2 parents 94180f4 + cd382a8 commit 54ebc25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
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

0 comments on commit 54ebc25

Please sign in to comment.