|
|
@ -12,12 +12,6 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Copy Repo Files
|
|
|
|
- name: Copy Repo Files
|
|
|
|
uses: actions/checkout@master
|
|
|
|
uses: actions/checkout@master
|
|
|
|
-
|
|
|
|
|
|
|
|
name: Set up Python
|
|
|
|
|
|
|
|
uses: actions/setup-python@v2
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
python-version: '3.x'
|
|
|
|
|
|
|
|
architecture: 'x64'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up QEMU
|
|
|
|
- name: Set up QEMU
|
|
|
|
uses: docker/setup-qemu-action@v1
|
|
|
|
uses: docker/setup-qemu-action@v1
|
|
|
@ -37,7 +31,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
context: .
|
|
|
|
context: .
|
|
|
|
file: ./Dockerfile
|
|
|
|
file: ./Dockerfile
|
|
|
|
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
|
|
|
platforms: linux/amd64 #,linux/arm/v7,linux/arm64
|
|
|
|
push: true
|
|
|
|
push: true
|
|
|
|
tags: |
|
|
|
|
tags: |
|
|
|
|
flotte-docker-registry.spdns.org/frontend-server:latest
|
|
|
|
flotte-docker-registry.spdns.org/frontend-server:latest
|
|
|
|