|
|
|
@ -2,7 +2,7 @@ name: Build Docker Image
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
|
push:
|
|
|
|
|
branches: [ main ]
|
|
|
|
|
branches: [ main, master ]
|
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
@ -31,7 +31,7 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
context: .
|
|
|
|
|
file: ./Dockerfile
|
|
|
|
|
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
|
|
|
|
platforms: linux/amd64
|
|
|
|
|
push: true
|
|
|
|
|
tags: |
|
|
|
|
|
flotte-docker-registry.spdns.org/frontend-server:latest
|
|
|
|
|