Skip to content

Commit e5f9e21

Browse files
authored
Merge pull request #933 from stackhpc/bump-build-push-action
Bump docker build and push action to v5
2 parents 6e3f20f + 5bb3431 commit e5f9e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# Setting KAYOBE_USER_UID and KAYOBE_USER_GID to 1001 to match docker's defaults
8282
# so that docker can run as a privileged user within the Kayobe image.
8383
- name: Build and push Docker image
84-
uses: docker/build-push-action@v4
84+
uses: docker/build-push-action@v5
8585
with:
8686
file: ./.automation/docker/kayobe/Dockerfile
8787
context: .

0 commit comments

Comments
 (0)