Skip to content

Commit 5568a3c

Browse files
build(deps): bump docker/build-push-action from 3 to 4 (#2106)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d200b2 commit 5568a3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Test build
7474
id: docker_build_test
75-
uses: docker/build-push-action@v3
75+
uses: docker/build-push-action@v4
7676
with:
7777
context: .
7878
file: docker/Dockerfile
@@ -110,7 +110,7 @@ jobs:
110110
# every PR will trigger a push event on main, so check the push event is actually coming from main
111111
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'scikit-hep/pyhf'
112112
id: docker_build_latest
113-
uses: docker/build-push-action@v3
113+
uses: docker/build-push-action@v4
114114
with:
115115
context: .
116116
file: docker/Dockerfile
@@ -125,7 +125,7 @@ jobs:
125125
- name: Build and publish to registry with release tag
126126
if: github.event_name == 'release' && github.event.action == 'published' && github.repository == 'scikit-hep/pyhf'
127127
id: docker_build_release
128-
uses: docker/build-push-action@v3
128+
uses: docker/build-push-action@v4
129129
with:
130130
context: .
131131
file: docker/Dockerfile

0 commit comments

Comments
 (0)