Merge pull request #47 from xstar97/patch-1

Fix(ghcr) update workflow variable to a static lowercase name
This commit is contained in:
schlagmichdoch 2023-02-24 18:12:01 +01:00 committed by GitHub
commit 78cf0139b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ on:
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository | downcase }} IMAGE_NAME: pairdrop
jobs: jobs:
build-and-push-image: build-and-push-image:
@ -48,4 +48,4 @@ jobs:
context: . context: .
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}