From 00902396ec568bebe9effca892b083515b66aa46 Mon Sep 17 00:00:00 2001 From: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:22:39 -0500 Subject: [PATCH] tmp --- .github/workflows/go-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 4784348b..a6948e1f 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -2,6 +2,8 @@ name: GoRelease on: push: + branches: + - fix-release-action tags: - 'v*.*.*' workflow_dispatch: {} @@ -22,7 +24,7 @@ jobs: - name: push image run: | echo ${{ secrets.DOCKER_PASSWORD }} | docker login quay.io --username ${{ secrets.DOCKER_USER }} --password-stdin - docker push quay.io/open-cluster-management/config-policy-controller:${TAG} + # docker push quay.io/open-cluster-management/config-policy-controller:${TAG} - name: publish release run: | curl -L -X POST -H "Accept: application/vnd.github+json" \