Change workflow

This commit is contained in:
Fergal Moran
2023-03-06 17:42:16 +00:00
parent e9bfc398ce
commit ade4ddaa4a

View File

@@ -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