M .woodpecker/.client.yaml => .woodpecker/.client.yaml +2 -2
@@ 23,7 23,7 @@ steps:
- /var/run/docker.sock:/var/run/docker.sock
privileged: true
commands:
- - docker login registry.gitlab.com -u c0repwn3r -p $GITLAB_TOKEN
+ - docker login registry.gitlab.com -u c0repwn3r -p "$GLPAT"
- docker buildx build . -f starkingdoms-client/Dockerfile -t registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/client:$(git describe --always)
- docker push registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/client:$(git describe --always)
- secrets: [ gitlab_token ]>
\ No newline at end of file
+ secrets: [ glpat ]<
\ No newline at end of file