fix(): buildx version

pull/54/head
Magicalex 2020-05-12 00:51:32 +02:00
parent 152acafcb7
commit 766505600a
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
3 changed files with 9 additions and 8 deletions

View File

@ -16,7 +16,6 @@ jobs:
uses: actions/checkout@v2
-
name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest

View File

@ -1,12 +1,12 @@
name: tag
name: stable
on:
push:
tags:
- stable-*
- '*'
jobs:
tag:
stable:
runs-on: ubuntu-latest
steps:
-
@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v2
-
name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest
buildx-version: latest
qemu-version: latest
-
name: Dockerhub login
env:
@ -36,5 +36,6 @@ jobs:
docker buildx build \
--pull \
--push \
--tag mondedie/flarum:"${TAG}" mondedie/flarum:stable \
--platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \
--tag mondedie/flarum:"${TAG}" .
.

View File

@ -9,6 +9,7 @@
### Tag available
- **latest** [(Dockerfile)](https://github.com/mondediefr/docker-flarum/blob/master/Dockerfile)
- **stable** [(Dockerfile)](https://github.com/mondediefr/docker-flarum/blob/master/Dockerfile)
- **stable-v0.1.0-beta.13** [(Dockerfile)](https://github.com/mondediefr/docker-flarum/blob/master/Dockerfile)
- **stable-v0.1.0-beta.12** [(Dockerfile)](https://github.com/mondediefr/docker-flarum/blob/master/Dockerfile)
- **stable-v0.1.0-beta.11.1** [(Dockerfile)](https://github.com/mondediefr/docker-flarum/blob/master/Dockerfile)
@ -85,7 +86,7 @@ version: "3"
services:
flarum:
image: mondedie/flarum:latest
image: mondedie/flarum:stable
container_name: flarum
env_file:
- /mnt/docker/flarum/flarum.env