Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cj-arvydas-rumsa authored Feb 26, 2024
1 parent b529c07 commit 72d4d92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,20 @@ jobs:
with:
context: .
push: true
tags: tanmay238/images:app-${{ github.run_number }}
tags: arvydasr/images:app-${{ github.run_number }}
modifygit:
needs: docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: changing the deployment of git repo
with:
repository: 'tanmaybhandge/App-Manifest-'
repository: 'cj-arvydas-rumsa/App-Manifest-'
token: ${{ secrets.GIT_PASSWORD }}
- name: modify the image
run: |
git config user.email [email protected]
git config user.name Tanmay
git config user.email [email protected]
git config user.name cj-arvydas-rumsa
pwd
cat deployment.yaml
pwd
Expand Down

0 comments on commit 72d4d92

Please sign in to comment.