From 9271a01dee8cc570f901ec8dd74839a0612bbbdc Mon Sep 17 00:00:00 2001 From: kanshi <46557+kanshi@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:29:00 +0200 Subject: [PATCH] Fix GH pipeline --- .github/actions/build-and-push/action.yml | 2 +- .github/workflows/live.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/build-and-push/action.yml b/.github/actions/build-and-push/action.yml index 4b1096f..7fa4ee3 100644 --- a/.github/actions/build-and-push/action.yml +++ b/.github/actions/build-and-push/action.yml @@ -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 }} diff --git a/.github/workflows/live.yml b/.github/workflows/live.yml index 26b06e8..f93b0fc 100644 --- a/.github/workflows/live.yml +++ b/.github/workflows/live.yml @@ -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