diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 7634640a..0e075442 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -201,7 +201,7 @@ jobs: - name: Build and publish to GitHub Packages uses: docker/build-push-action@v1 with: - repository: ${{ github.organization }}/speculos + repository: blooo-io/speculos registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable_ragger_tests_latest_speculos.yml b/.github/workflows/reusable_ragger_tests_latest_speculos.yml index 23840c98..113fa60a 100644 --- a/.github/workflows/reusable_ragger_tests_latest_speculos.yml +++ b/.github/workflows/reusable_ragger_tests_latest_speculos.yml @@ -74,7 +74,7 @@ jobs: - name: Run and test Speculos docker uses: addnab/docker-run-action@v3 with: - image: ${{ github.organization}}/speculos:test + image: blooo-io/speculos:test options: -v ${{ github.workspace }}/app:/app run: | apt-get update && apt-get install -y gcc