mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
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:
16
.github/workflows/release-docker-hub.yml
vendored
16
.github/workflows/release-docker-hub.yml
vendored
@@ -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
|
||||
1
.github/workflows/test_integration.yml
vendored
1
.github/workflows/test_integration.yml
vendored
@@ -12,3 +12,4 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
snapshot: true
|
||||
tag_names: true
|
||||
|
||||
Reference in New Issue
Block a user