From 21540180e44db38c2a0761d2c84c2f164669a4d1 Mon Sep 17 00:00:00 2001 From: Michael Karlesky Date: Thu, 23 Jan 2025 15:30:29 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20More=20Docker=20context=20experi?= =?UTF-8?q?ments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index faa11e9..0367913 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -81,7 +81,7 @@ jobs: platforms: linux/amd64,linux/arm64 # context: ${{ steps.file-gen.outputs.PATH }} # file: ${{ steps.file-gen.outputs.PATH }}/docker/Dockerfile - context: build/standard/ + context: . file: build/standard/docker/Dockerfile build-args: | CONTAINER_VERSION=${{ github.ref_name }}