1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

use full name and var

This commit is contained in:
Jason N. 2024-02-26 09:17:21 -05:00
parent 218bb28db1
commit 8f9f0bf91d

View file

@ -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
@ -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 }}