From e1d399d77263f4bbe64e2db547e68542b705cb57 Mon Sep 17 00:00:00 2001 From: mghilardelli Date: Tue, 4 Jun 2024 21:15:01 +0200 Subject: [PATCH] ci: release working directory --- .github/workflows/release-webapp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-webapp.yml b/.github/workflows/release-webapp.yml index 5cf94930..e0024ef9 100644 --- a/.github/workflows/release-webapp.yml +++ b/.github/workflows/release-webapp.yml @@ -30,6 +30,9 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 + defaults: + run: + working-directory: webapp with: push: true tags: ${{ steps.meta.outputs.tags }}