From a0c6af021144eed38419d7725552bc66f1897641 Mon Sep 17 00:00:00 2001 From: Paul Larson Date: Sat, 21 Oct 2023 20:23:04 -0500 Subject: [PATCH] Fix oci image builds due to Dockerfile being in a subdir now --- .github/workflows/server-publish-oci-image.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/server-publish-oci-image.yml b/.github/workflows/server-publish-oci-image.yml index 25d1f7b8..dce97dba 100644 --- a/.github/workflows/server-publish-oci-image.yml +++ b/.github/workflows/server-publish-oci-image.yml @@ -40,7 +40,6 @@ jobs: uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: ./server - file: Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}