Update docker/build-push-action action to v7 #7

Merged
SecretMineDE merged 1 commits from renovate/docker-build-push-action-7.x into main 2026-04-04 22:17:03 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 397dfcb85c - Show all commits
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build Image - name: Build Image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v7
with: with:
file: Containerfile file: Containerfile
context: . context: .
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Image - name: Build Image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v7
with: with:
file: Containerfile file: Containerfile
context: . context: .