diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 36ae56953..a26fbe22d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -50,6 +50,7 @@ jobs: uses: docker/build-push-action@v2 with: file: webserver.Dockerfile + context: . push: true tags: ${{ steps.docker_meta.outputs.tags }} - name: Image digest