mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 08:05:03 -05:00
Migrate tags to variables instead of hard-coded
This commit is contained in:
8
.github/workflows/update-base-image.yml
vendored
8
.github/workflows/update-base-image.yml
vendored
@@ -37,10 +37,10 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
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 }}
|
||||
ghcr.io/${{ github.repository_owner }}/simple-monerod:latest
|
||||
ghcr.io/${{ github.repository_owner }}/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
${{ secrets.DOCKER_USERNAME }}/simple-monerod:latest
|
||||
${{ secrets.DOCKER_USERNAME }}/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
labels: |
|
||||
org.opencontainers.image.source=${{ github.event.repository.html_url }}
|
||||
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
|
||||
|
||||
8
.github/workflows/update-image-on-push.yml
vendored
8
.github/workflows/update-image-on-push.yml
vendored
@@ -38,10 +38,10 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
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 }}
|
||||
ghcr.io/${{ github.repository_owner }}/simple-monerod:latest
|
||||
ghcr.io/${{ github.repository_owner }}/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
${{ secrets.DOCKER_USERNAME }}/simple-monerod:latest
|
||||
${{ secrets.DOCKER_USERNAME }}/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
labels: |
|
||||
org.opencontainers.image.source=${{ github.event.repository.html_url }}
|
||||
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
|
||||
|
||||
Reference in New Issue
Block a user