Skip to content

Commit

Permalink
Upgrade Publish-Docker-Github-Action to v2.14 to support semver tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenen committed Apr 1, 2020
1 parent 3990a16 commit 24980b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Push
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@2.14
with:
name: inhindsight/hindsight
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_semver: true
dialyzer:
name: Cache PLT
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Push
uses: elgohr/Publish-Docker-Github-Action@2.12
uses: elgohr/Publish-Docker-Github-Action@2.14
with:
name: inhindsight/hindsight
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_semver: true

0 comments on commit 24980b1

Please sign in to comment.