Skip to content

Commit

Permalink
Use latest version of publish-docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
jadametz committed Nov 14, 2020
1 parent 722ae76 commit 37fb948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
Expand Down

0 comments on commit 37fb948

Please sign in to comment.