Enable package upgrades in Dockerfile and disable caching in weekly builds

This commit is contained in:
sethsimmons
2021-06-04 09:29:20 -04:00
parent 14ff73d6e3
commit 51652f7dd2
2 changed files with 6 additions and 4 deletions

View File

@@ -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