mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-03 21:19:15 -04:00
Fix(ghcr) update workflow - ERROR: name invalid
Fix error: ```log ------ > pushing ghcr.io/pairdrop:v1.1.2 with docker: ------ ERROR: name invalid Error: buildx call failed with: ERROR: name invalid ```
This commit is contained in:
parent
58abee18c3
commit
f512dc3a9b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-image.yml
vendored
2
.github/workflows/github-image.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
id: meta
|
||||
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
images: ghcr.io/${{ github.repository }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue