diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml index d58bd8a..1e3cb49 100644 --- a/.gitea/workflows/commit.yaml +++ b/.gitea/workflows/commit.yaml @@ -41,7 +41,6 @@ jobs: uses: docker/build-push-action@master with: context: . - file: ./Dockerfile push: true tags: "latest" labels: ${{ steps.meta.outputs.labels }}