aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKevin Hoerr <kjhoerr@protonmail.com>2023-01-09 10:23:35 -0500
committerKevin J Hoerr <kjhoerr@protonmail.com>2025-08-18 11:51:28 -0400
commitebacc5b225ba10e3ef9fd6c9d0a762cc284f1cdc (patch)
tree7b8d6850fb32cc4447128a2f12dac6b046edf433 /.github
parentec6d7150461272294378cac4fa56166ee95085e3 (diff)
downloadpantry-ebacc5b225ba10e3ef9fd6c9d0a762cc284f1cdc.tar.gz
pantry-ebacc5b225ba10e3ef9fd6c9d0a762cc284f1cdc.tar.bz2
pantry-ebacc5b225ba10e3ef9fd6c9d0a762cc284f1cdc.zip
Fix build context (#40)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a60ccb2..b0ba735 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
- file: "{context}/src/main/docker/Dockerfile.native"
+ file: src/main/docker/Dockerfile.native
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha