File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ jobs:
300
300
image : ${{ github.event.repository.name }}
301
301
tags : " pr-${{ github.event.number }}"
302
302
containerfiles : |
303
- ./deploy/ Containerfile
303
+ ./Containerfile
304
304
- name : Push To ghcr.io
305
305
id : push-to-ghcr
306
306
uses : redhat-actions/push-to-registry@v2
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ jobs:
258
258
image : ${{ github.event.repository.name }}
259
259
tags : nightly
260
260
containerfiles : |
261
- ./deploy/ Containerfile
261
+ ./Containerfile
262
262
- name : Push To ghcr.io
263
263
id : push-to-ghcr
264
264
uses : redhat-actions/push-to-registry@v2
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ jobs:
303
303
# TODO: Tag version
304
304
tags : latest
305
305
containerfiles : |
306
- ./deploy/ Containerfile
306
+ ./Containerfile
307
307
- name : Push To ghcr.io
308
308
id : push-to-ghcr
309
309
uses : redhat-actions/push-to-registry@v2
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ jobs:
302
302
# TODO: Tag version
303
303
tags : latest stable
304
304
containerfiles : |
305
- ./deploy/ Containerfile
305
+ ./Containerfile
306
306
- name : Push To ghcr.io
307
307
id : push-to-ghcr
308
308
uses : redhat-actions/push-to-registry@v2
File renamed without changes.
You can’t perform that action at this time.
0 commit comments