Compare commits

...

5 Commits

Author SHA1 Message Date
Seth For Privacy
ea2462edf8 Merge pull request #150 from sethforprivacy/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7.1.0
2026-04-10 12:22:11 -04:00
renovate[bot]
d30e72c868 Update docker/build-push-action action to v7.1.0 2026-04-10 14:04:03 +00:00
Seth For Privacy
943566c666 Delete .github/dependabot.yml 2026-04-04 09:56:58 -04:00
Seth For Privacy
2afef48805 Merge pull request #148 from sethforprivacy/renovate/docker-login-action-4.x
Update docker/login-action action to v4.1.0
2026-04-04 09:56:35 -04:00
renovate[bot]
9c9a34f0d3 Update docker/login-action action to v4.1.0 2026-04-02 18:35:07 +00:00
3 changed files with 4 additions and 15 deletions

View File

@@ -1,11 +0,0 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
dependency-updates:
patterns:
- "*"

View File

@@ -44,7 +44,7 @@ jobs:
- -
name: Test build of image name: Test build of image
id: build id: build
uses: docker/build-push-action@v7.0.0 uses: docker/build-push-action@v7.1.0
with: with:
push: false push: false
load: true load: true

View File

@@ -43,7 +43,7 @@ jobs:
uses: docker/setup-buildx-action@v4.0.0 uses: docker/setup-buildx-action@v4.0.0
- -
name: Login to GitHub Container Registry name: Login to GitHub Container Registry
uses: docker/login-action@v4.0.0 uses: docker/login-action@v4.1.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- -
name: Build and and push by digest name: Build and and push by digest
uses: docker/build-push-action@v7.0.0 uses: docker/build-push-action@v7.1.0
id: build id: build
with: with:
outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true outputs: type=image,"name=${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true
@@ -88,7 +88,7 @@ jobs:
merge-multiple: true merge-multiple: true
- name: Login to GHCR - name: Login to GHCR
uses: docker/login-action@v4.0.0 uses: docker/login-action@v4.1.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}