forgot to add registry to metadata-action
This commit is contained in:
parent
2ec4d70af9
commit
d3333ebb34
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-develop.yml
vendored
2
.github/workflows/docker-develop.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: transfem-org/sharkey
|
||||
images: ${{ env.REGISTRY }}/transfem-org/sharkey
|
||||
- name: Log in to GHCR
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue