Skip to content

Commit

Permalink
Fix GH pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Sep 4, 2024
1 parent b76ac1c commit 9271a01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-and-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ runs:
uses: docker/build-push-action@v2
with:
push: true
tags: ghcr.io/ator-development/depictor:${{ github.sha }},ghcr.io/ator-development/depictor:${{ inputs.docker-tag }}
tags: ghcr.io/anyone-protocol/depictor:${{ github.sha }},ghcr.io/anyone-protocol/depictor:${{ inputs.docker-tag }}
4 changes: 2 additions & 2 deletions .github/workflows/live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Build and push
uses: ./.github/actions/build-and-push
with:
docker-username: ${{ secrets.CR_USERNAME }}
docker-password: ${{ secrets.CR_PAT }}
docker-username: ${{ github.actor }}
docker-password: ${{ secrets.GITHUB_TOKEN }}
docker-tag: ${{ github.sha }}-${{ github.run_id }}-${{ github.run_attempt }}
- name: Deploy
uses: ./.github/actions/deploy
Expand Down

0 comments on commit 9271a01

Please sign in to comment.