1
0
mirror of synced 2026-03-10 04:23:39 +00:00

Compare commits

2 Commits
1.0.4 ... 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
3 changed files with 3 additions and 2 deletions

View File

@@ -37,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.3
1.0.4