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 4eef95a commit 6097485Copy full SHA for 6097485
.github/workflows/publish-to-docker.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v4
31
- name: Publish to Registry
32
- uses: elgohr/Publish-Docker-Github-Action@3.04
+ uses: elgohr/Publish-Docker-Github-Action@v5
33
with:
34
name: ${{ secrets.DOCKER_REPO }}
35
username: ${{ secrets.DOCKER_USERNAME }}
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments