diff --git a/.github/workflows/push-image.yaml b/.github/workflows/push-image.yaml index 5831e6e..1303f13 100644 --- a/.github/workflows/push-image.yaml +++ b/.github/workflows/push-image.yaml @@ -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 }} \ No newline at end of file + push: false + tags: quay.io/opstree/redis-exporter:${{ env.REDIS_EXPORTER_VERSION }} diff --git a/Dockerfile b/Dockerfile index 2df554e..85653d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,7 @@ RUN chown -R 1000:0 /etc/redis && \ chmod -R g+rw /node-conf VOLUME ["/data"] +VOLUME ["/node-conf"] WORKDIR /data