Skip to content

Commit 85040fd

Browse files
committed
updating build-push-action for release candidate 0.1
1 parent b50b3f6 commit 85040fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dockers_deploy_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: echo "UPSTREAM_REV=$(git ls-remote https://github.com/gemc/src HEAD | cut -f1)" >> $GITHUB_ENV
117117

118118
- name: Build & Push
119-
uses: docker/build-push-action@v5
119+
uses: docker/build-push-action@v7
120120
with:
121121
# ensure we have the latest base image
122122
pull: true
@@ -139,7 +139,7 @@ jobs:
139139

140140
# export logs from the logs-export stage in the dockerfile to the runner’s filesystem (no docker pull)
141141
- name: Export logs (runner artifact)
142-
uses: docker/build-push-action@v5
142+
uses: docker/build-push-action@v7
143143
with:
144144
pull: true
145145
context: .

0 commit comments

Comments
 (0)