~starkingdoms/starkingdoms

6970ca6c1fefdd555c83470ace7b08f694a22024 — core 1 year, 8 months ago 4e4f23b
--tags
3 files changed, 6 insertions(+), 6 deletions(-)

M .woodpecker/.backplane.yaml
M .woodpecker/.client.yaml
M .woodpecker/.server.yaml
M .woodpecker/.backplane.yaml => .woodpecker/.backplane.yaml +2 -2
@@ 56,6 56,6 @@ steps:
    privileged: true
    commands:
      - 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)
      - docker buildx build . -f starkingdoms-backplane/Dockerfile -t registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/backplane:$(git describe --always --tags)
      - docker push registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/backplane:$(git describe --always --tags)
    secrets: [ glpat ]
\ No newline at end of file

M .woodpecker/.client.yaml => .woodpecker/.client.yaml +2 -2
@@ 24,6 24,6 @@ steps:
    privileged: true
    commands:
      - 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)
      - docker buildx build . -f starkingdoms-client/Dockerfile -t registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/client:$(git describe --always --tags)
      - docker push registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/client:$(git describe --always --tags)
    secrets: [ glpat ]
\ No newline at end of file

M .woodpecker/.server.yaml => .woodpecker/.server.yaml +2 -2
@@ 59,6 59,6 @@ steps:
    privileged: true
    commands:
      - 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)
      - docker buildx build . -f server/Dockerfile -t registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/server:$(git describe --always --tags)
      - docker push registry.gitlab.com/starkingdoms.tk/starkingdoms.tk/server:$(git describe --always --tags)
    secrets: [ glpat ]
\ No newline at end of file