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.
2 parents 6e3f20f + 5bb3431 commit e5f9e21Copy full SHA for e5f9e21
.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