mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 08:05:03 -05:00
Fix package naming for GHCR
This commit is contained in:
4
.github/workflows/update-image-on-push.yml
vendored
4
.github/workflows/update-image-on-push.yml
vendored
@@ -46,8 +46,8 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/sethsimmons/simple-monerod-docker/simple-monerod:latest
|
||||
ghcr.io/sethsimmons/simple-monerod-docker/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
ghcr.io/sethsimmons/simple-monerod:latest
|
||||
ghcr.io/sethsimmons/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
sethsimmons/simple-monerod:latest
|
||||
sethsimmons/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
|
||||
Reference in New Issue
Block a user