Merge pull request #49 from xstar97/patch-2

fix(workflows) fix IMAGE_NAME variable
This commit is contained in:
schlagmichdoch 2023-02-24 20:35:03 +01:00 committed by GitHub
commit 58abee18c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: pairdrop
IMAGE_NAME: ${{ github.repository }}
jobs:
build-and-push-image: