Skip to content

Commit

Permalink
chore(deps): bump elgohr/Publish-Docker-Github-Action from 2.21 to 2.22
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.21 to 2.22.
- [Release notes](https://github.com/elgohr/Publish-Docker-Github-Action/releases)
- [Commits](elgohr/Publish-Docker-Github-Action@2.21...b1253b2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2020
1 parent 9745aa9 commit 90c381f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: echo ::set-output name=redis_version::$(grep '^FROM redis' Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2)
- run: echo "Pushing version ${{ steps.vars.outputs.redis_version }}"
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@2.21
uses: elgohr/Publish-Docker-Github-Action@2.22
with:
registry: docker.pkg.github.com
name: "ironpeakservices/iron-redis/iron-redis:${{ steps.vars.outputs.redis_version }}"
Expand Down

0 comments on commit 90c381f

Please # to comment.