Merge pull request #47 from xstar97/patch-1
Fix(ghcr) update workflow variable to a static lowercase name
This commit is contained in:
commit
78cf0139b8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/github-image.yml
vendored
4
.github/workflows/github-image.yml
vendored
|
@ -16,7 +16,7 @@ on:
|
|||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository | downcase }}
|
||||
IMAGE_NAME: pairdrop
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
|
@ -48,4 +48,4 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Reference in a new issue