mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-05 17:33:49 +00:00
Fix variable to a static lowercase name
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user