Skip to content

Commit

Permalink
Upgrade to XMRig v6.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenson committed Oct 18, 2024
1 parent 3eaba1f commit 2f12fa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-push-xmrig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
with:
images: ${{ vars.DOCKERHUB_USERNAME }}/xmrig
tags: |
type=match,pattern=xmrig-(\d+\.\d+.\d+-\d+),group=1
type=match,pattern=xmrig-(\d+\.\d+.\d+),group=1
type=match,pattern=xmrig-(\d+(\.\d+)*-\d+),group=1
type=match,pattern=xmrig-(\d+(\.\d+)*),group=1
- name: Build and push
uses: docker/build-push-action@v5
with:
context: tor-miner
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
4 changes: 2 additions & 2 deletions tor-miner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ RUN apt-get -y update
FROM builder-base as xmrig-src

ARG NAME=xmrig
ARG VERSION=6.21.3
ARG VERSION=6.22.0
ARG TARBALL=v$VERSION.tar.gz
ARG DOWNLOAD=https://github.com/xmrig/xmrig/archive/refs/tags
ARG HASH=5d76fb19190956c564b405119315bc93db4ed8062b251d5e96bed70c5fa8033c
ARG HASH=8a5b047cbbb67e508fd5c2cfb75e138d36b1eb19aaadcbe59a5034ca9af0ebb0

RUN apt-get -y install curl
WORKDIR /usr/src
Expand Down

0 comments on commit 2f12fa0

Please sign in to comment.