From 68093c46002ca1fecc705ecb48f52ca58d1860fa Mon Sep 17 00:00:00 2001 From: Douglas Barahona Date: Wed, 17 Apr 2024 11:06:26 -0600 Subject: [PATCH] Fix Dockerfile path in GH actions --- .github/workflows/build-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index ac544e7..bb2f646 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -1,5 +1,5 @@ --- -name: Build and publish image to Docker Hub +name: Build and publish image to Github Packages on: release: types: @@ -43,6 +43,5 @@ jobs: uses: docker/build-push-action@v5 with: context: image - file: Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} \ No newline at end of file