Skip to content

Commit 660f946

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 5bbf3ad commit 660f946

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ jobs:
9696
password: ${{ secrets.GITHUB_TOKEN }}
9797

9898
- name: Build base image
99-
uses: docker/build-push-action@v6
99+
uses: docker/build-push-action@v7
100100
with:
101101
context: .
102102
file: dependencies/base.Dockerfile
103103
tags: imsy-htc-base:latest
104104

105105
- name: Build main image
106-
uses: docker/build-push-action@v6
106+
uses: docker/build-push-action@v7
107107
with:
108108
context: .
109109
file: dependencies/Dockerfile

0 commit comments

Comments
 (0)