Skip to content

Commit

Permalink
Push to Container Registry (flyteorg#143)
Browse files Browse the repository at this point in the history
* Push to Container Registry

* update domain
  • Loading branch information
EngHabu authored Nov 30, 2020
1 parent 3421687 commit 19aecf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Push Docker Image to Github Registry
uses: whoan/docker-build-with-cache-action@v5
with:
username: "${{ github.actor }}"
password: "${{ secrets.GITHUB_TOKEN }}"
image_name: ${{ secrets.flytegithub_repo }}/flytecopilot
username: "${{ secrets.PUBLISH_CONTAINER_ACTOR }}"
password: "${{ secrets.PUBLISH_CONTAINER }}"
image_name: ${{ github.repository }}/flytecopilot
image_tag: ${{ github.sha }}
push_git_tag: true
registry: docker.pkg.github.com
registry: ghcr.io

0 comments on commit 19aecf9

Please sign in to comment.