Merge branch 'main' of github.com:snoopForms/snoopforms

This commit is contained in:
Matthias Nannt
2022-10-14 09:58:18 +02:00

View File

@@ -62,6 +62,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
file: apps/web/Dockerfile
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}