Skip to content

Commit

Permalink
Update image push (#429)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Ekenstam <[email protected]>
  • Loading branch information
tekenstam authored Apr 21, 2024
1 parent e1ffc93 commit 4e316b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_PAT }}
username: ${{ secrets.GHA_USERNAME }}
password: ${{ secrets.GHA_TOKEN }}

-
name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v5
uses: docker/metadata-action@v5
with:
images: ${{ github.repository_owner }}/instance-manager,ghcr.io/${{ github.repository_owner }}/instance-manager
-
Expand Down

0 comments on commit 4e316b9

Please sign in to comment.