From faecb09d806a8042818c8900b03fad8606ea0eab Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Mon, 4 Mar 2024 12:04:39 +0100 Subject: [PATCH] retry --- .github/workflows/cd-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-web.yml b/.github/workflows/cd-web.yml index 893689b18009..4bb40f985d20 100644 --- a/.github/workflows/cd-web.yml +++ b/.github/workflows/cd-web.yml @@ -63,7 +63,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 with: - context: modules + context: . file: modules/web/Dockerfile push: false # TODO tags: ${{ steps.meta.outputs.tags }}