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 699bced commit 5bb3431Copy full SHA for 5bb3431
.github/workflows/stackhpc-build-kayobe-image.yml
@@ -81,7 +81,7 @@ jobs:
81
# Setting KAYOBE_USER_UID and KAYOBE_USER_GID to 1001 to match docker's defaults
82
# so that docker can run as a privileged user within the Kayobe image.
83
- name: Build and push Docker image
84
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
85
with:
86
file: ./.automation/docker/kayobe/Dockerfile
87
context: .
0 commit comments