Skip to content

Commit

Permalink
Change url myself?
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomest committed Aug 2, 2024
1 parent dccbeb9 commit d39b837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/base-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
ssh-key: ${{ secrets.WORKFLOW_KEY }}
- name: 'Update tags'
run: |
if [ -n ${{ secrets.WORKFLOW_KEY }} ]; then echo "have key"; else echo "no key"; fi
TAG=${{ github.run_id }}
sed -i "s|\(\s\+image.*:\).*|\1${TAG}|" ./.github/workflows/lint-test.yml
sed -i "s|\(FROM.*:\).*|\1${TAG}|" ./resources/docker/Dockerfile-api_orchestrator
Expand All @@ -51,6 +50,8 @@ jobs:
sed -i "s|\(FROM.*:\).*|\1${TAG}|" ./resources/docker/Dockerfile-devcontainer
- name: Commit changes
run: |
git remote -v
git remote set-url origin [email protected]:microsoft/farmvibes-ai.git
git remote -v
git config --global user.email "[email protected]"
git config --global user.name "FarmVibes.AI Release Pipeline"
Expand Down

0 comments on commit d39b837

Please sign in to comment.