mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 00:02:37 -05:00
Enable package upgrades in Dockerfile and disable caching in weekly builds
This commit is contained in:
2
.github/workflows/update-base-image.yml
vendored
2
.github/workflows/update-base-image.yml
vendored
@@ -45,8 +45,6 @@ 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=${{ secrets.DOCKER_USERNAME }}/simple-monerod:latest
|
||||
cache-to: type=inline
|
||||
-
|
||||
name: Scan new image and output results
|
||||
uses: Azure/container-scan@v0
|
||||
|
||||
Reference in New Issue
Block a user