Skip to content

Commit 1a08a59

Browse files
committed
Add jq and fix image name
1 parent f9394b7 commit 1a08a59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: magicgrants/xmrig-docker
12+
IMAGE_NAME: magicgrants/xmrig
1313

1414
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
1515
jobs:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL maintainer="artur@magicgrants.org" \
1212
USER root
1313
WORKDIR /root
1414

15-
RUN apk add wget
15+
RUN apk add wget jq
1616
RUN wget https://github.com/xmrig/xmrig/releases/download/v${VERSION}/xmrig-${VERSION}-linux-static-x64.tar.gz && \
1717
echo "${SHA256SUM} xmrig-${VERSION}-linux-static-x64.tar.gz" | sha256sum -c && \
1818
tar -xzf xmrig-${VERSION}-linux-static-x64.tar.gz && \

0 commit comments

Comments
 (0)