mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-23 16:26:17 -04:00
Fix variable to a static lowercase name
This commit is contained in:
parent
5bff933b6e
commit
2a3d1d4105
1 changed files with 2 additions and 2 deletions
2
.github/workflows/github-image.yml
vendored
2
.github/workflows/github-image.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue