~starkingdoms/starkingdoms

65366ea3f50da08a6271ab62134bdd5787113850 — core 1 year, 8 months ago 79ddd2b
docker image builds
2 files changed, 4 insertions(+), 4 deletions(-)

M .woodpecker/.backplane.yaml
M .woodpecker/.server.yaml
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