Skip to content

Commit 31a0861

Browse files
committed
Move Containerfile to toplevel
Signed-off-by: Samuel Monson <[email protected]>
1 parent be986fa commit 31a0861

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
image: ${{ github.event.repository.name }}
301301
tags: "pr-${{ github.event.number }}"
302302
containerfiles: |
303-
./deploy/Containerfile
303+
./Containerfile
304304
- name: Push To ghcr.io
305305
id: push-to-ghcr
306306
uses: redhat-actions/push-to-registry@v2

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
image: ${{ github.event.repository.name }}
259259
tags: nightly
260260
containerfiles: |
261-
./deploy/Containerfile
261+
./Containerfile
262262
- name: Push To ghcr.io
263263
id: push-to-ghcr
264264
uses: redhat-actions/push-to-registry@v2

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
# TODO: Tag version
304304
tags: latest
305305
containerfiles: |
306-
./deploy/Containerfile
306+
./Containerfile
307307
- name: Push To ghcr.io
308308
id: push-to-ghcr
309309
uses: redhat-actions/push-to-registry@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
# TODO: Tag version
303303
tags: latest stable
304304
containerfiles: |
305-
./deploy/Containerfile
305+
./Containerfile
306306
- name: Push To ghcr.io
307307
id: push-to-ghcr
308308
uses: redhat-actions/push-to-registry@v2
File renamed without changes.

0 commit comments

Comments
 (0)