Skip to content

Commit

Permalink
Try to push on github container registery
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjourne committed Mar 31, 2021
1 parent 6529566 commit cf9173b
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
release:
types: [published]
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
push_to_registries:
name: Push Docker image to multiple registries
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand All @@ -16,3 +16,11 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
repository: datalabmi/lab-nlp
tag_with_ref: true
- name: Push to GitHub Container Registery
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
repository: datalab-mi/lab-nlp
tag_with_ref: true

0 comments on commit cf9173b

Please sign in to comment.