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