Skip to content

Commit

Permalink
Publish to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
adriens authored Oct 26, 2020
1 parent fd31992 commit ca936ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publishToDockerHub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Publish Docker
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: rastadidi/web-generative-art-temps-attente-opt
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWD }}

0 comments on commit ca936ec

Please sign in to comment.