This commit is contained in:
parent
d3046583fa
commit
f177af2c17
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 * * *'
|
- cron: "0 12 * * *"
|
||||||
jobs:
|
jobs:
|
||||||
build_image:
|
build_image:
|
||||||
name: Build image
|
name: Build image
|
||||||
env:
|
env:
|
||||||
VERSION: 22.04
|
VERSION: 22.04
|
||||||
SCHEDULED: ${{ github.event_name == 'schedule' }}
|
SCHEDULED: ${{ github.event_name == 'schedule' }}
|
||||||
PUSHED: ${{ github.event_name == 'push' }}
|
PUSHED: ${{ github.event_name == 'push' }}
|
||||||
REGISTRY: git.korhonen.cc
|
REGISTRY: git.korhonen.cc
|
||||||
REPO: ${{ env.REGISTRY }}/functionalhacker/ubuntu-act
|
REPO: ${{ env.REGISTRY }}/functionalhacker/ubuntu-act
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue