Skip to content

Commit

Permalink
Bump elgohr/Publish-Docker-Github-Action from 2.17 to 3.04
Browse files Browse the repository at this point in the history
Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/Publish-Docker-Github-Action) from 2.17 to 3.04.
- [Release notes](https://github.com/elgohr/Publish-Docker-Github-Action/releases)
- [Commits](elgohr/Publish-Docker-Github-Action@2.17...3.04)

---
updated-dependencies:
- dependency-name: elgohr/Publish-Docker-Github-Action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MindaugasLaganeckas committed Aug 16, 2021
1 parent 38756ff commit 5887ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-mermaid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Publish to Github Registry
if: github.ref == 'refs/heads/master'
uses: elgohr/Publish-Docker-Github-Action@2.17
uses: elgohr/Publish-Docker-Github-Action@3.04
with:
name: ${{env.GITHUB_REPOSITORY_LOWER_CASE}}/${{env.IMAGENAME}}
username: $GITHUB_ACTOR
Expand All @@ -72,7 +72,7 @@ jobs:

- name: Publish to Docker.io Registry
if: github.ref == 'refs/heads/master'
uses: elgohr/Publish-Docker-Github-Action@2.17
uses: elgohr/Publish-Docker-Github-Action@3.04
with:
name: ${{env.DOCKER_IO_REPOSITORY}}
username: ${{secrets.DOCKER_USERNAME}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
path: /home/runner/.npm/_logs

- name: Publish to Docker.io Registry
uses: elgohr/Publish-Docker-Github-Action@2.17
uses: elgohr/Publish-Docker-Github-Action@3.04
with:
name: ${{env.DOCKER_IO_REPOSITORY}}
username: ${{secrets.DOCKER_USERNAME}}
Expand Down

0 comments on commit 5887ed8

Please sign in to comment.