Skip to content

Commit

Permalink
use full name and var
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 committed Feb 26, 2024
1 parent 218bb28 commit 8f9f0bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
jasonn3/build-container-installer
ghcr.io/${{ github.repository }}
tags: |
type=ref,event=branch
type=ref,event=pr
Expand All @@ -50,7 +50,6 @@ jobs:
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
registry: ghcr.io/jasonn3
username: ${{ github.actor }}
password: ${{ github.token }}

Expand Down

0 comments on commit 8f9f0bf

Please sign in to comment.