diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2021-09-11 11:37:35 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2021-09-11 11:37:35 +0900 |
| commit | f59f424795490e6ae2fe0be65ee3debb0776e939 (patch) | |
| tree | e6555e444bc0a06baf1113328974de78721f9f6a /.github | |
| parent | fix: use master branch when build docker image (diff) | |
| download | sharkey-f59f424795490e6ae2fe0be65ee3debb0776e939.tar.gz sharkey-f59f424795490e6ae2fe0be65ee3debb0776e939.tar.bz2 sharkey-f59f424795490e6ae2fe0be65ee3debb0776e939.zip | |
Revert "fix: use master branch when build docker image"
This reverts commit c63ba5470a1d04a86908d504c7044bd4987c20fc.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index fe6c3bfd20..1c6ad343e3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -13,8 +13,6 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v2 - with: - ref: master - name: Docker meta id: meta uses: docker/metadata-action@v3 |