Skip to content

Commit 9a1adf2

Browse files
circcicd is not cerccicd
1 parent a4a459f commit 9a1adf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Tag docker image
2424
run: docker tag git.vdb.to/cerc-io/go-ethereum/go-ethereum:${{steps.vars.outputs.sha}} git.vdb.to/cerc-io/go-ethereum/go-ethereum:${{steps.vars.outputs.tag}}
2525
- name: Docker Login
26-
run: echo ${{ secrets.GITEA_TOKEN }} | docker login https://git.vdb.to -u circcicd --password-stdin
26+
run: echo ${{ secrets.GITEA_TOKEN }} | docker login https://git.vdb.to -u cerccicd --password-stdin
2727
- name: Docker Push
2828
run: docker push git.vdb.to/cerc-io/go-ethereum/go-ethereum:${{steps.vars.outputs.sha}}
2929
- name: Docker Push TAGGED

0 commit comments

Comments
 (0)