diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2021-09-11 11:32:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-11 11:32:47 +0900 |
| commit | c63ba5470a1d04a86908d504c7044bd4987c20fc (patch) | |
| tree | 25739aa271aba4d9a046a8f0013fdbd3dd5b5037 /.github | |
| parent | chore: APIドキュメントの修正 (#7771) (diff) | |
| download | sharkey-c63ba5470a1d04a86908d504c7044bd4987c20fc.tar.gz sharkey-c63ba5470a1d04a86908d504c7044bd4987c20fc.tar.bz2 sharkey-c63ba5470a1d04a86908d504c7044bd4987c20fc.zip | |
fix: use master branch when build docker image
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker.yml | 2 |
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 |