Skip to content

Commit

Permalink
Merge pull request #9 from akkeris/gitactions
Browse files Browse the repository at this point in the history
git actions
  • Loading branch information
CAChristopher authored Feb 7, 2020
2 parents 570cc0a + 324ee63 commit 767d5d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish Docker
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: akkeris/rabbitmq-api
username: ${{ secrets.DockerUser }}
password: ${{ secrets.DockerPassword }}
tag_names: true

0 comments on commit 767d5d9

Please sign in to comment.