Skip to content

feat: make plane version variable #4

feat: make plane version variable

feat: make plane version variable #4

name: Build Plane Proxy Image
on:
push:
branches:
- main
paths:
- plane-proxy/**/*
workflow_dispatch:
permissions:
contents: read
packages: write
jobs:
plane-proxy:
uses: ./.github/workflows/docker.yml
with:
dockerfile: plane-proxy/Dockerfile
context: plane-proxy
tag: plane-proxy:v${{ vars.PLANE_VERSION }}-dev
args: |
PLANE_VERSION=${{ vars.PLANE_VERSION }}