mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-07 08:05:03 -05:00
Bump to p2pool
This commit is contained in:
14
.github/workflows/update-base-image.yml
vendored
14
.github/workflows/update-base-image.yml
vendored
@@ -26,21 +26,15 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: "Checkout repository"
|
||||
uses: "actions/checkout@v2.3.4"
|
||||
-
|
||||
name: "Get Monero Release Tag"
|
||||
id: get_tag
|
||||
run: echo "::set-output name=tag::$(awk -F "=" '/MONERO_BRANCH=/ {print $2}' Dockerfile)"
|
||||
-
|
||||
name: Build and push to Docker Hub and Github Packages Docker Registry
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2.7.0
|
||||
uses: docker/build-push-action@v2.6.1
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
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 }}
|
||||
ghcr.io/${{ github.repository_owner }}/p2pool:latest
|
||||
${{ secrets.DOCKER_USERNAME }}/p2pool:latest
|
||||
labels: |
|
||||
org.opencontainers.image.source=${{ github.event.repository.html_url }}
|
||||
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
|
||||
@@ -49,7 +43,7 @@ jobs:
|
||||
name: Scan new image and output results
|
||||
uses: Azure/container-scan@v0
|
||||
with:
|
||||
image-name: ${{ secrets.DOCKER_USERNAME }}/simple-monerod:${{ steps.get_tag.outputs.tag }}
|
||||
image-name: ${{ secrets.DOCKER_USERNAME }}/p2pool:latest
|
||||
severity-threshold: HIGH
|
||||
-
|
||||
name: Image digest
|
||||
|
||||
Reference in New Issue
Block a user