Fixing repo name
This commit is contained in:
parent
c214aac69d
commit
58708425fd
4
.github/workflows/cs-update-push.yml
vendored
4
.github/workflows/cs-update-push.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
TAG=`echo $ISSUE_COMMENT_STRING | jq ".tag"`
|
||||
REPO=`echo $ISSUE_COMMENT_STRING | jq ".repo"`
|
||||
SENDER=`echo $ISSUE_COMMENT_STRING | jq ".sender"`
|
||||
DOCKER_REPO=${{ vars.docker_repo2_registry }}/$REPO_NAME
|
||||
DOCKER_REPO=${{ vars.docker_repo2_registry }}/$REPO
|
||||
echo "TAG=$TAG" >> "$GITHUB_OUTPUT";
|
||||
echo "REPO=$REPO" >> "$GITHUB_OUTPUT";
|
||||
echo "SENDER=$SENDER" >> "$GITHUB_OUTPUT";
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
with:
|
||||
github-server-url: ${{ github.server_url }}
|
||||
repository: gmetribin/deploy-tools
|
||||
ref: v1.1.37
|
||||
ref: v1.1.38
|
||||
path: deploy-tools
|
||||
# token: $\{{ github.token }} # DEFAULT / Any pushes with github.token don't trigger a chained build
|
||||
|
||||
|
||||
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.37
|
||||
ref: v1.1.38
|
||||
path: deploy-tools
|
||||
|
||||
- name: Increment cs version in nm repo and push
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user