aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-03 13:34:12 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-03 13:34:12 -0500
commit6b0c5aa8a455f571e58040a5dee04f917bb87c1e (patch)
treef7e039a357df153d4766f54410320a9d0b751074 /.github
parentRenamed 'master' branch to 'main' for the 'recipes' submodule (diff)
downloadferdium-server-6b0c5aa8a455f571e58040a5dee04f917bb87c1e.tar.gz
ferdium-server-6b0c5aa8a455f571e58040a5dee04f917bb87c1e.tar.zst
ferdium-server-6b0c5aa8a455f571e58040a5dee04f917bb87c1e.zip
Renamed 'master' branch to 'main'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index bc9b3f4..a06726b 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -3,7 +3,7 @@ name: Docker Build and Publish
3on: 3on:
4 push: 4 push:
5 branches: 5 branches:
6 - 'master' 6 - 'main'
7 7
8jobs: 8jobs:
9 docker: 9 docker: