1
0
mirror of synced 2026-03-10 12:33:39 +00:00

Compare commits

4 Commits
1.0.3 ... 1.0.5

Author SHA1 Message Date
Daniel Chesterton
1b85a28e01 Fix workflow 2021-05-28 22:52:10 +01:00
bump_version
b6e6dc1eca Version 1.0.4 [skip ci] 2021-05-28 21:38:00 +00:00
Daniel Chesterton
2a683fefc8 Fix workflow 2021-05-28 22:37:36 +01:00
bump_version
a94b964f9f Version 1.0.3 [skip ci] 2021-05-28 10:45:07 +00:00
3 changed files with 5 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout code
uses: actions/checkout@v2.3.4
with:
ref: main
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
@@ -35,6 +37,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2.5.0
with:
context: .
push: true
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
tags: |

View File

@@ -5,7 +5,7 @@ RUN mkdir /install
WORKDIR /install
COPY requirements.txt /
RUN pip install --prefix=/install -r /requirements.txt
RUN pip install --no-warn-script-location --prefix=/install -r /requirements.txt
FROM base
COPY --from=builder /install /usr/local

View File

@@ -1 +1 @@
1.0.2
1.0.4