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