Skip to content

Commit

Permalink
Merge pull request #23 from elgohr-update/master
Browse files Browse the repository at this point in the history
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5)
  • Loading branch information
rally25rs committed Dec 6, 2023
2 parents 044af09 + 8693e5f commit 2ac1a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build/Publish Client Docker
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: jeffvalore/k8s-when-ready
username: jeffvalore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build/Publish Server Docker
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: jeffvalore/k8s-when-ready-server
username: jeffvalore
Expand Down

0 comments on commit 2ac1a01

Please sign in to comment.