Skip to content

Commit b18a1ec

Browse files
Update docker/build-push-action action to v7
1 parent 8575746 commit b18a1ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Build image
48-
uses: docker/build-push-action@v6
48+
uses: docker/build-push-action@v7
4949
env:
5050
DOCKER_BUILD_RECORD_UPLOAD: false
5151
with:
@@ -56,7 +56,7 @@ jobs:
5656
load: true
5757

5858
- name: Publish image
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
env:
6161
DOCKER_BUILD_RECORD_UPLOAD: false
6262
with:

0 commit comments

Comments
 (0)