Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Oct 25, 2021
1 parent a9ac81c commit 639f06e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions example.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@

name: Example Image Builder - Uvicorn
name: Example Image Builder

on: [push]
# Publish on new pushed, and build on Monday Morning (UTC) regardless.
on:
push:
branches:
- 'main'
schedule:
- cron: '4 0 * * MON'

jobs:
Uvicorn-Builder:
Expand All @@ -13,6 +19,10 @@ jobs:
package_versions: ["0.12.1", "0.12.2", "0.12.3", "0.13.0", "0.13.1", "0.13.2", "0.13.3", "0.13.4", "0.14.0", "0.15.0"]
target_base: ["full", "slim", "alpine"]
steps:

- name: Checkout repository
uses: actions/checkout@v2

- name: "Create and push"
uses: multi-py/action-python-image-builder@main
with:
Expand Down

0 comments on commit 639f06e

Please sign in to comment.