1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Update build.yml

updating alpine download release action
This commit is contained in:
Patrik J. Braun 2020-12-25 16:26:23 +01:00 committed by GitHub
parent ed5252e62e
commit d409a7a152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,8 @@ jobs:
- -
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2
with: with:
name: pigallery2-release name: pigallery2-release
path: pigallery2-release
- -
name: Set up QEMU name: Set up QEMU
uses: docker/setup-qemu-action@v1 uses: docker/setup-qemu-action@v1
@ -127,7 +128,6 @@ jobs:
file: docker/alpine/Dockerfile.build file: docker/alpine/Dockerfile.build
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
type: image
tags: | tags: |
bpatrik/pigallery2:nightly-alpine bpatrik/pigallery2:nightly-alpine
bpatrik/pigallery2:$RELEASE_VERSION-alpine bpatrik/pigallery2:$RELEASE_VERSION-alpine