Fix
This commit is contained in:
parent
ae65162eb4
commit
45b7982a4c
4
.github/workflows/cs-update-push.yml
vendored
4
.github/workflows/cs-update-push.yml
vendored
@ -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;
|
||||
|
||||
2
.github/workflows/nm-update.yml
vendored
2
.github/workflows/nm-update.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user