diff --git a/.github/workflows/cs-update-push.yml b/.github/workflows/cs-update-push.yml index bc95150..540fc75 100644 --- a/.github/workflows/cs-update-push.yml +++ b/.github/workflows/cs-update-push.yml @@ -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; diff --git a/.github/workflows/nm-update.yml b/.github/workflows/nm-update.yml index 10d88ea..b45993c 100644 --- a/.github/workflows/nm-update.yml +++ b/.github/workflows/nm-update.yml @@ -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