This commit is contained in:
Sahil Ahuja 2025-03-06 23:31:32 +05:30
parent ae65162eb4
commit 45b7982a4c
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ jobs:
with:
github-server-url: ${{ github.server_url }}
repository: gmetribin/deploy-tools
ref: v1.1.39
ref: v1.1.40
path: deploy-tools
# token: $\{{ github.token }} # DEFAULT / Any pushes with github.token don't trigger a chained build
@ -70,7 +70,7 @@ jobs:
pwd; ls -al;
cd cs;
source ../deploy-tools/src/repo_to_cs.sh -m $DOCKER_REPO -t $TAG -r $REPOLIST;
../deploy-tools/src/repo_to_cs.sh -m $DOCKER_REPO -t $TAG -r $REPOLIST;
git push origin main;
git push --tags origin main;

View File

@ -61,7 +61,7 @@ jobs:
with:
github-server-url: ${{ github.server_url }}
repository: gmetribin/deploy-tools
ref: v1.1.39
ref: v1.1.40
path: deploy-tools
- name: Increment cs version in nm repo and push