We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e6046 commit 7d6fb0dCopy full SHA for 7d6fb0d
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Image Registry Login
29
run: |
30
docker login --username ${{ secrets.DOCKER_HUB_USER }} --password ${{secrets.DOCKER_HUB_TOKEN}}
31
- docker login ${{ env.REGISTRY }/linuxsuren --username linuxsuren --password ${{secrets.GH_PUBLISH_SECRETS}}
+ docker login ${{ env.REGISTRY }}/linuxsuren --username linuxsuren --password ${{secrets.GH_PUBLISH_SECRETS}}
32
- name: Run GoReleaser
33
uses: goreleaser/[email protected]
34
with:
0 commit comments