refactor: rename dockerfile to containerfile

This commit is contained in:
Job
2024-12-21 15:36:50 +01:00
parent 559e6a1d3c
commit 8f4539b1a0
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build - name: Build
@@ -15,7 +15,7 @@ jobs:
image: ${{ github.actor }}/${{ github.event.repository.name }} image: ${{ github.actor }}/${{ github.event.repository.name }}
tags: latest tags: latest
containerfiles: | containerfiles: |
./Dockerfile ./Containerfile
- name: Push - name: Push
uses: redhat-actions/push-to-registry@v2 uses: redhat-actions/push-to-registry@v2
with: with: