Update changes to use master rather than main

This commit is contained in:
Matthew Macdonald-Wallace 2021-10-13 13:47:08 +01:00 committed by GitHub
parent 2778fa583b
commit cd5ff2c459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,10 +6,10 @@ name: Build and deploy containers
on: on:
push: push:
branches: branches:
- 'main' - 'master'
pull_request: pull_request:
branches: branches:
- main - master
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:
@ -41,7 +41,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}} type=semver,pattern={{major}}
type=sha type=sha
type=raw,value=latest,enable=${{ endsWith(github.ref, 'main') }} type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v1 uses: docker/login-action@v1