Files
Publish-Docker-Github-Action/.github/workflows/test_integration.yml
Richard Simko 89167c6f66 Fixed Docker hub release (#82)
* Fixed Docker hub release

* Tag semver during integration tests

* Moved tagging of versions into integration test workflow
2020-05-02 20:38:48 +02:00

16 lines
416 B
YAML

name: Integration Test
on: [push]
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 }}
snapshot: true
tag_names: true