Skip to content

Commit

Permalink
Update GithubDockerPack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj Shah authored Sep 12, 2020
1 parent 15b05c0 commit b026918
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/GithubDockerPack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ on:
types: [published]
jobs:
push_to_registries:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: rajshah1/firebase-fdproject/fdproject-backend
tag_with_ref: true
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: rajshah1/firebase-fdproject/fdproject-backend
tag_with_ref: true

0 comments on commit b026918

Please sign in to comment.