Skip to content

Commit 39f75b3

Browse files
Bump docker/build-push-action from 3 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...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 97ae648 commit 39f75b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wipac-cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic)
8484
fetch-depth: 0 # setuptools-scm needs to access git tags
8585
- uses: docker/setup-buildx-action@v3
86-
- uses: docker/build-push-action@v6
86+
- uses: docker/build-push-action@v7
8787
with:
8888
context: .
8989
file: Dockerfile
@@ -123,7 +123,7 @@ jobs:
123123
ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic)
124124
fetch-depth: 0 # setuptools-scm needs to access git tags
125125
- uses: docker/setup-buildx-action@v3
126-
- uses: docker/build-push-action@v6
126+
- uses: docker/build-push-action@v7
127127
with:
128128
context: .
129129
cache-from: type=gha
@@ -153,7 +153,7 @@ jobs:
153153
- uses: actions/setup-python@v6
154154
with:
155155
python-version: ${{ matrix.py3 }}
156-
- uses: docker/build-push-action@v6
156+
- uses: docker/build-push-action@v7
157157
with:
158158
context: .
159159
cache-from: type=gha

0 commit comments

Comments
 (0)