From 6970ca6c1fefdd555c83470ace7b08f694a22024 Mon Sep 17 00:00:00 2001 From: core Date: Sun, 7 Apr 2024 15:38:33 -0400 Subject: [PATCH] --tags --- .woodpecker/.backplane.yaml | 4 ++-- .woodpecker/.client.yaml | 4 ++-- .woodpecker/.server.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker/.backplane.yaml b/.woodpecker/.backplane.yaml index 0b18d5a785d6936f893553728627b1e48c6e295d..981d98ba5814847f9178e6417f0c8026a63225f8 100644 --- a/.woodpecker/.backplane.yaml +++ b/.woodpecker/.backplane.yaml @@ -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 diff --git a/.woodpecker/.client.yaml b/.woodpecker/.client.yaml index c289fa54b40ecdae82b6ca97d412ce133a14c44f..8b55244523ac0cfccee5494177c68012b74318a5 100644 --- a/.woodpecker/.client.yaml +++ b/.woodpecker/.client.yaml @@ -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 diff --git a/.woodpecker/.server.yaml b/.woodpecker/.server.yaml index 03ea520921a4211c31dcffe7e3864876e977b281..8a9093d00463c492432e428054c9ed413a008860 100644 --- a/.woodpecker/.server.yaml +++ b/.woodpecker/.server.yaml @@ -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