real
Docker Build / publish_api (push) Failing after 41s Details

Lea 2024-01-24 12:06:57 +01:00
parent 5e2f0570a1
commit 848e4e73d2
Signed by: Lea
GPG Key ID: 1BAFFE8347019C42
1 changed files with 3 additions and 2 deletions

View File

@ -53,6 +53,7 @@ jobs:
- name: Build and push
uses: actions/docker-build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: "master"
push: true
tags: ${{ steps.meta.outputs.tags }}