Skip to content

Commit

Permalink
[ci][fix] Login to ghcr.io to be able to push speculos-builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Dec 5, 2024
1 parent f081280 commit d5c8aaa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/speculos-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,19 @@ jobs:
- name: Clone
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push speculos-builder to GitHub Packages
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit d5c8aaa

Please sign in to comment.