mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-04 05:29:15 -04:00
Merge pull request #49 from xstar97/patch-2
fix(workflows) fix IMAGE_NAME variable
This commit is contained in:
commit
58abee18c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-image.yml
vendored
2
.github/workflows/github-image.yml
vendored
|
@ -16,7 +16,7 @@ on:
|
|||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: pairdrop
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue