mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2026-01-22 14:42:53 -05:00
Fix Docker Hub push
This commit is contained in:
2
.github/workflows/update-image.yml
vendored
2
.github/workflows/update-image.yml
vendored
@@ -32,6 +32,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: ${{ github.repository }}/simple-monerod
|
repository: sethsimmons/simple-monerod
|
||||||
tags: latest, ${{ steps.get_tag.outputs.tag }}
|
tags: latest, ${{ steps.get_tag.outputs.tag }}
|
||||||
add_git_labels: true
|
add_git_labels: true
|
||||||
Reference in New Issue
Block a user