Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaiducek committed Feb 29, 2024
1 parent 530c8e0 commit 0090239
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: GoRelease

on:
push:
branches:
- fix-release-action
tags:
- 'v*.*.*'
workflow_dispatch: {}
Expand All @@ -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" \
Expand Down

0 comments on commit 0090239

Please sign in to comment.