summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2021-09-11 11:32:47 +0900
committerGitHub <noreply@github.com>2021-09-11 11:32:47 +0900
commitc63ba5470a1d04a86908d504c7044bd4987c20fc (patch)
tree25739aa271aba4d9a046a8f0013fdbd3dd5b5037
parentchore: APIドキュメントの修正 (#7771) (diff)
downloadsharkey-c63ba5470a1d04a86908d504c7044bd4987c20fc.tar.gz
sharkey-c63ba5470a1d04a86908d504c7044bd4987c20fc.tar.bz2
sharkey-c63ba5470a1d04a86908d504c7044bd4987c20fc.zip
fix: use master branch when build docker image
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 1c6ad343e3..fe6c3bfd20 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -13,6 +13,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
+ with:
+ ref: master
- name: Docker meta
id: meta
uses: docker/metadata-action@v3