Test gitea actions
Some checks are pending
build

This commit is contained in:
Administrator 2023-03-27 23:45:33 +02:00
parent 772cc9f063
commit 9244f5d070

View File

@ -59,6 +59,7 @@ jobs:
if: steps.changes.outputs.frontend == 'true' if: steps.changes.outputs.frontend == 'true'
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
file: frontend/Dockerfile
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: ${{ steps.frontend-meta.outputs.tags }} tags: ${{ steps.frontend-meta.outputs.tags }}
@ -68,6 +69,7 @@ jobs:
if: steps.changes.outputs.backend == 'true' if: steps.changes.outputs.backend == 'true'
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
file: backend/Dockerfile
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: ${{ steps.backend-meta.outputs.tags }} tags: ${{ steps.backend-meta.outputs.tags }}