Skip to content

Commit

Permalink
Add github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpartio committed Nov 8, 2023
1 parent c17d134 commit bca9f3a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/imagebuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: # yamllint disable-line rule:truthy
push:
branches: ["master"]

name: Create container image

jobs:
call-image-build-workflow:
uses: fmidev/github-actions-workflows/.github/workflows/imagebuild-workflow.yaml@main
with:
image_name: radon
secrets:
QUAY_USER: ${{ secrets.QUAY_USER }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}

0 comments on commit bca9f3a

Please sign in to comment.