diff --git a/.github/workflows/github-image.yml b/.github/workflows/github-image.yml index 5e04e6f..dd21810 100644 --- a/.github/workflows/github-image.yml +++ b/.github/workflows/github-image.yml @@ -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 }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}