mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2025-12-22 09:27:53 +00:00
Merge tag '0.1.2' into develop
Fix up the buildx shite
This commit is contained in:
13
.github/workflows/build-server.yml
vendored
13
.github/workflows/build-server.yml
vendored
@@ -1,18 +1,14 @@
|
||||
name: build-server
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: trunk
|
||||
|
||||
jobs:
|
||||
buildx:
|
||||
buildx:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: crazy-max/ghaction-docker-buildx@v3
|
||||
with:
|
||||
@@ -25,8 +21,7 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
-
|
||||
name: Run Buildx
|
||||
- name: Run Buildx
|
||||
run: |
|
||||
docker buildx build \
|
||||
--push \
|
||||
|
||||
Reference in New Issue
Block a user