diff --git a/.github/workflows/release-container-image.yaml b/.github/workflows/release-container-image.yaml index 62e1520..3310652 100644 --- a/.github/workflows/release-container-image.yaml +++ b/.github/workflows/release-container-image.yaml @@ -50,7 +50,6 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: ./Containerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/Containerfile b/Dockerfile similarity index 100% rename from Containerfile rename to Dockerfile