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