diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 17ab023..8917a4b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -39,7 +39,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: ./Containerfile + file: ./Dockerfile push: ${{ github.event_name != 'pull_request' }} labels: ${{ steps.meta.outputs.labels }} tags: ${{ steps.meta.outputs.tags }} diff --git a/Dockerfile b/Dockerfile new file mode 120000 index 0000000..06f4bb6 --- /dev/null +++ b/Dockerfile @@ -0,0 +1 @@ +Continerfile \ No newline at end of file