This commit is contained in:
Jannik Streek 2023-12-21 17:29:44 +01:00
parent f72375e1c2
commit 8523b961a4

View File

@ -17,7 +17,6 @@ on:
push: push:
branches: branches:
- main - main
- add-release-workflow
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
@ -33,10 +32,6 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
@ -54,7 +49,6 @@ jobs:
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
target: production target: production
platforms: linux/amd64,linux/arm64/v8
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}