mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 00:02:37 -05:00
Fix tags
This commit is contained in:
4
.github/workflows/update-base-image.yml
vendored
4
.github/workflows/update-base-image.yml
vendored
@@ -39,8 +39,8 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/sethsimmons/simple-monerod:latest
|
||||
ghcr.io/sethsimmons/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
ghcr.io/sethsimmons/simple-monerod-docker/simple-monerod:latest
|
||||
ghcr.io/sethsimmons/simple-monerod-docker/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
sethsimmons/simple-monerod:latest
|
||||
sethsimmons/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
-
|
||||
|
||||
4
.github/workflows/update-image-on-push.yml
vendored
4
.github/workflows/update-image-on-push.yml
vendored
@@ -40,8 +40,8 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/sethsimmons/simple-monerod:latest
|
||||
ghcr.io/sethsimmons/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
ghcr.io/sethsimmons/simple-monerod-docker/simple-monerod:latest
|
||||
ghcr.io/sethsimmons/simple-monerod-docker/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
sethsimmons/simple-monerod:latest
|
||||
sethsimmons/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user