From 8f4539b1a005421e463b5bdf453d6fd4b7b576d8 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sat, 21 Dec 2024 15:36:50 +0100 Subject: [PATCH] refactor: rename dockerfile to containerfile --- .github/workflows/ci.yaml | 4 ++-- Dockerfile => Containerfile | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename Dockerfile => Containerfile (100%) 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