refactor: rename dockerfile to containerfile
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user