diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ffaf47f..c32afc8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Build @@ -15,7 +15,7 @@ jobs: image: ${{ github.actor }}/${{ github.event.repository.name }} tags: latest containerfiles: | - ./Dockerfile + ./Containerfile - name: Push uses: redhat-actions/push-to-registry@v2 with: diff --git a/Dockerfile b/Containerfile similarity index 100% rename from Dockerfile rename to Containerfile