parent
c1889392b4
commit
c644c444f8
@ -1,6 +1,8 @@
|
||||
name: Build container
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -10,7 +12,7 @@ jobs:
|
||||
- name: Build
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
image: ${{ github.actor }}/${{ github.event.repository.name }}
|
||||
image: ${{ github.repository_owner }}/${{ github.event.repository.name }}
|
||||
tags: ${{ github.ref_name }}
|
||||
containerfiles: |
|
||||
./Containerfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user