diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 394ff4b22..f990b140a 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -3,7 +3,7 @@ name: Docker on: push: branches: - - master + - stable # Publish `v1.2.3` tags as releases. tags: @@ -18,6 +18,7 @@ jobs: uses: actions/checkout@v2 with: submodules: recursive + ref: stable - name: Push to GitHub Packages uses: docker/build-push-action@v1 with: @@ -26,4 +27,5 @@ jobs: registry: ghcr.io repository: candig/candig-katsu tag_with_ref: true + tags: latest dockerfile: Dockerfile