Skip to content

Commit 7d6fb0d

Browse files
authored
fix the github action env syntax
1 parent 36e6046 commit 7d6fb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Image Registry Login
2929
run: |
3030
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}}
31+
docker login ${{ env.REGISTRY }}/linuxsuren --username linuxsuren --password ${{secrets.GH_PUBLISH_SECRETS}}
3232
- name: Run GoReleaser
3333
uses: goreleaser/[email protected]
3434
with:

0 commit comments

Comments
 (0)