Skip to content

Commit

Permalink
Add a docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 28, 2019
1 parent caf593c commit d8078c3
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: ${{ secrets.DOCKER_GITHUB_USERNAME }}
password: ${{ secrets.DOCKER_GITHUB_PASSWORD }}
registry: docker.pkg.github.com

0 comments on commit d8078c3

Please sign in to comment.