File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
73
73
- name : Test build
74
74
id : docker_build_test
75
- uses : docker/build-push-action@v3
75
+ uses : docker/build-push-action@v4
76
76
with :
77
77
context : .
78
78
file : docker/Dockerfile
@@ -110,7 +110,7 @@ jobs:
110
110
# every PR will trigger a push event on main, so check the push event is actually coming from main
111
111
if : github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'scikit-hep/pyhf'
112
112
id : docker_build_latest
113
- uses : docker/build-push-action@v3
113
+ uses : docker/build-push-action@v4
114
114
with :
115
115
context : .
116
116
file : docker/Dockerfile
@@ -125,7 +125,7 @@ jobs:
125
125
- name : Build and publish to registry with release tag
126
126
if : github.event_name == 'release' && github.event.action == 'published' && github.repository == 'scikit-hep/pyhf'
127
127
id : docker_build_release
128
- uses : docker/build-push-action@v3
128
+ uses : docker/build-push-action@v4
129
129
with :
130
130
context : .
131
131
file : docker/Dockerfile
You can’t perform that action at this time.
0 commit comments