diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fde29df..267932d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -51,7 +51,7 @@ jobs: name: Build and push image runs-on: ubuntu-latest needs: [lint, test] - if: startsWith(github.event.ref, 'refs/tags/v') + if: startsWith(github.event.ref, 'refs/heads/docker') steps: - name: Check out the repo