diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 6935c46..e70d193 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -1,3 +1,5 @@ +name: release-docker-image + on: release: types: [created] @@ -12,6 +14,7 @@ jobs: uses: redhat-actions/buildah-build@v2 with: image: planka + archs: linux/amd64, linux/arm/v7, linux/arm64 tags: ${{ github.event.release.tag_name }} latest containerfiles: | ./Dockerfile @@ -23,4 +26,4 @@ jobs: tags: ${{ steps.build-image.outputs.tags }} latest registry: ghcr.io/plankanban username: planka - password: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + password: ${{ secrets.GITHUB_TOKEN }} diff --git a/charts/planka/templates/pvc.yaml b/charts/planka/templates/pvc.yaml new file mode 100644 index 0000000..e69de29