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: on:
push: push:
branches: [ develop ] branches:
- master
- develop
# Publish `v1.2.3` tags as releases.
tags:
- v*
defaults: defaults:
run: run:
working-directory: scheduler working-directory: scheduler
env:
IMAGE_NAME: radio-otherway-scheduler
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3