Skip to content

Commit

Permalink
feat: make plane version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle authored Jul 6, 2024
1 parent f549de1 commit 21420dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-plane-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
with:
dockerfile: plane-proxy/Dockerfile
context: plane-proxy
tag: plane-proxy:stable
tag: plane-proxy:v${{ vars.PLANE_VERSION }}-dev
args: |
PLANE_VERSION=${{ vars.PLANE_VERSION }}
4 changes: 3 additions & 1 deletion plane-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM makeplane/plane-proxy:stable
ARG PLANE_VERSION=0.22

FROM makeplane/plane-proxy:v${PLANE_VERSION}-dev

RUN sed -i 's|http://plane-minio:9000/uploads/|http://s3_storage:9000/${BUCKET_NAME}/|g' /etc/nginx/nginx.conf.template

0 comments on commit 21420dc

Please sign in to comment.