😖 Tries replacing tag with proj name

Re: #156
This commit is contained in:
Alicia Sykes 2021-08-14 23:28:04 +01:00 committed by GitHub
parent 113ede894e
commit e8707ae4c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
tags: [v*]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: dashy
jobs:
build-and-push-image:
runs-on: ubuntu-latest