mirror of
https://github.com/fergalmoran/radio-otherway.git
synced 2025-12-22 01:39:05 +00:00
Change workflow
This commit is contained in:
14
.github/workflows/scheduler-build-api-server.yml
vendored
14
.github/workflows/scheduler-build-api-server.yml
vendored
@@ -2,15 +2,27 @@ name: Build Scheduler Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
# Publish `v1.2.3` tags as releases.
|
||||
tags:
|
||||
- v*
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: scheduler
|
||||
|
||||
env:
|
||||
IMAGE_NAME: radio-otherway-scheduler
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user