From d52e1dc058228362798ee538b6d00ad52385fcf1 Mon Sep 17 00:00:00 2001 From: erik73 Date: Fri, 22 Jan 2021 15:48:44 +0100 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1190d75..6042fff 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -111,14 +111,14 @@ jobs: push: true # yamllint disable rule:line-length tags: | - ghcr.io/hassio-addons/${{ needs.information.outputs.slug }}/${{ matrix.architecture }}:${{ needs.information.outputs.environment }} - ghcr.io/hassio-addons/${{ needs.information.outputs.slug }}/${{ matrix.architecture }}:${{ needs.information.outputs.version }} + ghcr.io/erik73/${{ needs.information.outputs.slug }}/${{ matrix.architecture }}:${{ needs.information.outputs.environment }} + ghcr.io/erik73/${{ needs.information.outputs.slug }}/${{ matrix.architecture }}:${{ needs.information.outputs.version }} # yamllint enable rule:line-length context: ${{ needs.information.outputs.target }} file: ${{ needs.information.outputs.target }}/Dockerfile cache-from: | type=local,src=/tmp/.docker-cache - ghcr.io/hassio-addons/${{ needs.information.outputs.slug }}/${{ matrix.architecture }}:edge + ghcr.io/erik73/${{ needs.information.outputs.slug }}/${{ matrix.architecture }}:edge cache-to: type=local,mode=max,dest=/tmp/.docker-cache platforms: ${{ steps.flags.outputs.platform }} build-args: | @@ -145,7 +145,7 @@ jobs: uses: peter-evans/repository-dispatch@v1.1.3 with: token: ${{ secrets.DISPATCH_TOKEN }} - repository: hassio-addons/repository-edge + repository: erik73/repository-edge event-type: update client-payload: > { @@ -171,7 +171,7 @@ jobs: uses: peter-evans/repository-dispatch@v1.1.3 with: token: ${{ secrets.DISPATCH_TOKEN }} - repository: hassio-addons/repository-beta + repository: erik73/repository-beta event-type: update client-payload: > { @@ -195,7 +195,7 @@ jobs: uses: peter-evans/repository-dispatch@v1.1.3 with: token: ${{ secrets.DISPATCH_TOKEN }} - repository: hassio-addons/repository + repository: erik73/repository event-type: update client-payload: > {