We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50b3f6 commit 85040fdCopy full SHA for 85040fd
1 file changed
.github/workflows/dockers_deploy_and_test.yml
@@ -116,7 +116,7 @@ jobs:
116
run: echo "UPSTREAM_REV=$(git ls-remote https://github.com/gemc/src HEAD | cut -f1)" >> $GITHUB_ENV
117
118
- name: Build & Push
119
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v7
120
with:
121
# ensure we have the latest base image
122
pull: true
@@ -139,7 +139,7 @@ jobs:
139
140
# export logs from the logs-export stage in the dockerfile to the runner’s filesystem (no docker pull)
141
- name: Export logs (runner artifact)
142
143
144
145
context: .
0 commit comments