Skip to content

Commit

Permalink
ci : fix of the organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
n4l5u0r committed Jun 16, 2023
1 parent 87edb9b commit 33ed0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33ed0e1

Please sign in to comment.