Skip to content

Commit 0f23ac3

Browse files
chore(ci)(deps): 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 92f3506 commit 0f23ac3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/agent-runner-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@v3
3636

3737
- name: Build and push
38-
uses: docker/build-push-action@v6
38+
uses: docker/build-push-action@v7
3939
with:
4040
context: contrib/backend/agent-runner
4141
push: true

.github/workflows/build-vivado-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "name=ghcr.io/${OWNER_LC}/t27-vivado" >> "$GITHUB_OUTPUT"
7272
7373
- name: Build and push image
74-
uses: docker/build-push-action@v6
74+
uses: docker/build-push-action@v7
7575
with:
7676
context: infra/vivado-docker
7777
file: infra/vivado-docker/Dockerfile

.github/workflows/deploy-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-buildx-action@v3
5151

5252
- name: Build and push
53-
uses: docker/build-push-action@v6
53+
uses: docker/build-push-action@v7
5454
with:
5555
context: contrib/backend/api
5656
push: true

.github/workflows/sandbox-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@v3
3636

3737
- name: Build and push
38-
uses: docker/build-push-action@v6
38+
uses: docker/build-push-action@v7
3939
with:
4040
context: contrib/backend/agent-runner
4141
push: true

0 commit comments

Comments
 (0)