Skip to content

Commit

Permalink
Merge pull request #938 from danger/docker_image
Browse files Browse the repository at this point in the history
Add a docker image
  • Loading branch information
orta committed Oct 28, 2019
2 parents 97ba9e5 + 835e687 commit 0215bd6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions source/.github/workflows/uploadDockerImage.yml
@@ -0,0 +1,19 @@
name: Upload tag to GitHub

on:
push:
tags:
- "*"

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: docker.pkg.github.com/elgohr/publish-docker-github-action/publish-docker-github-action
username: "Orta"
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com

0 comments on commit 0215bd6

Please sign in to comment.