Skip to content

Commit

Permalink
Update Dockerfile add node-conf (#49)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update push-image.yaml
  • Loading branch information
shubham-cmyk authored Sep 25, 2023
1 parent 2a12e8a commit 65db15f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
context: .
file: Dockerfile.exporter
platforms: linux/amd64,linux/arm64
push: true
tags: quay.io/opstree/redis-exporter:${{ env.REDIS_EXPORTER_VERSION }}
push: false
tags: quay.io/opstree/redis-exporter:${{ env.REDIS_EXPORTER_VERSION }}
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN chown -R 1000:0 /etc/redis && \
chmod -R g+rw /node-conf

VOLUME ["/data"]
VOLUME ["/node-conf"]

WORKDIR /data

Expand Down

0 comments on commit 65db15f

Please sign in to comment.