From b6167d7f99dd0a101c425315e725439cb51aaca4 Mon Sep 17 00:00:00 2001 From: Aliaksandr Shulyak Date: Wed, 27 Apr 2022 19:38:49 -0500 Subject: [PATCH] Add name and multi-arch build --- .github/workflows/docker.yaml | 5 ++++- charts/planka/templates/pvc.yaml | 0 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 charts/planka/templates/pvc.yaml 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