mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2026-01-06 00:34:51 +00:00
CI fix
This commit is contained in:
9
.github/workflows/build-server.yml
vendored
9
.github/workflows/build-server.yml
vendored
@@ -18,9 +18,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
buildx-version: latest
|
buildx-version: latest
|
||||||
qemu-version: latest
|
qemu-version: latest
|
||||||
-
|
|
||||||
name: Available platforms
|
|
||||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
|
||||||
-
|
-
|
||||||
name: Login to DockerHub
|
name: Login to DockerHub
|
||||||
if: success() && github.event_name != 'pull_request'
|
if: success() && github.event_name != 'pull_request'
|
||||||
@@ -32,8 +29,6 @@ jobs:
|
|||||||
name: Run Buildx
|
name: Run Buildx
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
|
--push \
|
||||||
--platform linux/arm/v7 \
|
--platform linux/arm/v7 \
|
||||||
--output "type=image,push=true" \
|
-t fergalmoran/bitchmin-api -f ./server/Dockerfile ./server
|
||||||
--output "type=image,push=true" \
|
|
||||||
-t fergalmoran/bitchmin-api \
|
|
||||||
--file ./server/Dockerfile ./server
|
|
||||||
|
|||||||
Reference in New Issue
Block a user