Skip to content

Commit 6097485

Browse files
Bump elgohr/Publish-Docker-Github-Action from 3.04 to 5
Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/publish-docker-github-action) from 3.04 to 5. - [Release notes](https://github.com/elgohr/publish-docker-github-action/releases) - [Commits](elgohr/Publish-Docker-Github-Action@3.04...v5) --- updated-dependencies: - dependency-name: elgohr/Publish-Docker-Github-Action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4eef95a commit 6097485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Publish to Registry
32-
uses: elgohr/Publish-Docker-Github-Action@3.04
32+
uses: elgohr/Publish-Docker-Github-Action@v5
3333
with:
3434
name: ${{ secrets.DOCKER_REPO }}
3535
username: ${{ secrets.DOCKER_USERNAME }}
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v4
5454
- name: Publish to Registry
55-
uses: elgohr/Publish-Docker-Github-Action@3.04
55+
uses: elgohr/Publish-Docker-Github-Action@v5
5656
with:
5757
name: ${{ secrets.DOCKER_REPO }}
5858
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)