Update docker-publish.yml

This commit is contained in:
Eike Ahmels
2021-10-28 14:20:13 +02:00
committed by GitHub
parent f6fb43dca8
commit 2f7b1f4db2

View File

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