M .woodpecker/.backplane.yaml => .woodpecker/.backplane.yaml +2 -2
@@ 55,7 55,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-backplane/Dockerfile -t registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/backplane:$(git describe --always)
- docker push registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/backplane:$(git describe --always)
- secrets: [ gitlab_token ]>
\ No newline at end of file
+ secrets: [ glpat ]<
\ No newline at end of file
M .woodpecker/.server.yaml => .woodpecker/.server.yaml +2 -2
@@ 58,7 58,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 server/Dockerfile -t registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/server:$(git describe --always)
- docker push registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/server:$(git describe --always)
- secrets: [ gitlab_token ]>
\ No newline at end of file
+ secrets: [ glpat ]<
\ No newline at end of file