Fix last hardcoded tag

This commit is contained in:
Seth Simmons
2021-03-24 14:43:35 -04:00
parent 9a33178794
commit 0fe6ca6720
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ jobs:
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
cache-from: type=registry,ref=sethsimmons/simple-monerod:latest
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/simple-monerod:latest
cache-to: type=inline
-
name: Image digest

View File

@@ -46,7 +46,7 @@ jobs:
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
cache-from: type=registry,ref=sethsimmons/simple-monerod:latest
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/simple-monerod:latest
cache-to: type=inline
-
name: Image digest