From b0d756123ebfdacfe184ecfad435d586cfb1fbb9 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 27 Feb 2023 13:17:09 +0100 Subject: [PATCH] fix(action): Use PathContext to get version changes (#1983) --- .github/workflows/build-lint-push-containers.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-lint-push-containers.yml b/.github/workflows/build-lint-push-containers.yml index 874a45b7..c34a3b9e 100644 --- a/.github/workflows/build-lint-push-containers.yml +++ b/.github/workflows/build-lint-push-containers.yml @@ -71,6 +71,9 @@ jobs: - name: Build uses: docker/build-push-action@v2 with: + # Use local context to get changes + # https://github.com/docker/build-push-action#path-context + context: . # Without pushing to registries push: false tags: ${{ env.IMAGE_NAME }}:${{ env.TEMPORARY_TAG }}