Fixed Docker hub release (#82)

* Fixed Docker hub release

* Tag semver during integration tests

* Moved tagging of versions into integration test workflow
This commit is contained in:
Richard Simko
2020-05-02 20:38:48 +02:00
committed by GitHub
parent 61999990dc
commit 89167c6f66
2 changed files with 1 additions and 16 deletions

View File

@@ -1,16 +0,0 @@
name: Release to Docker Hub
release:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: lgohr/publish-docker-github-action
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_names: true

View File

@@ -12,3 +12,4 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
snapshot: true
tag_names: true