Add name and multi-arch build

pull/221/head
Aliaksandr Shulyak 4 years ago
parent 52f7ff7a1b
commit b6167d7f99
No known key found for this signature in database
GPG Key ID: 0BFCA412B03A4A76

@ -1,3 +1,5 @@
name: release-docker-image
on: on:
release: release:
types: [created] types: [created]
@ -12,6 +14,7 @@ jobs:
uses: redhat-actions/buildah-build@v2 uses: redhat-actions/buildah-build@v2
with: with:
image: planka image: planka
archs: linux/amd64, linux/arm/v7, linux/arm64
tags: ${{ github.event.release.tag_name }} latest tags: ${{ github.event.release.tag_name }} latest
containerfiles: | containerfiles: |
./Dockerfile ./Dockerfile

Loading…
Cancel
Save