diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 743f410be..0b9d019f5 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -2,7 +2,7 @@ name: Build and push Docker image on: push: - branches: [main] + branches: [main, feat/merged-weight-copying] tags: - '*' @@ -44,4 +44,3 @@ jobs: push: true tags: | ghcr.io/renlabs-dev/subspace:${{ steps.commit.outputs.short }} - ghcr.io/renlabs-dev/subspace:${{ github.ref_name }}