Skip to content

Commit 7828727

Browse files
Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a85147 commit 7828727

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: docker/setup-buildx-action@v4
8383

8484
- name: Build and export to Docker
85-
uses: docker/build-push-action@v6
85+
uses: docker/build-push-action@v7
8686
with:
8787
context: .
8888
load: true
@@ -110,7 +110,7 @@ jobs:
110110
docker rm -f ${{ env.TEST_CONTAINER_NAME }}
111111
112112
- name: Build and push
113-
uses: docker/build-push-action@v6
113+
uses: docker/build-push-action@v7
114114
with:
115115
context: .
116116
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)