Skip to content

Commit 10fe102

Browse files
Update docker/build-push-action action to v7 (#490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad926b4 commit 10fe102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
${{ vars.DOCKER_ORGANIZATION }}/${{ env.IMAGE_NAME }}
2525
${{ vars.REGISTRY_GITHUB }}/${{ github.repository }}
2626
- name: Build image
27-
uses: docker/build-push-action@v6
27+
uses: docker/build-push-action@v7
2828
with:
2929
context: .
3030
push: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
${{ vars.REGISTRY_GITHUB }}/${{ github.repository }}
4949
5050
- name: Build and push image
51-
uses: docker/build-push-action@v6
51+
uses: docker/build-push-action@v7
5252
with:
5353
context: .
5454
push: true

0 commit comments

Comments
 (0)