Skip to content

Commit

Permalink
Merge pull request #464 from LedgerHQ/fix/docker_image
Browse files Browse the repository at this point in the history
 Docker registry where to push needs to be explicited in the Docker image name
  • Loading branch information
lpascal-ledger committed Mar 19, 2024
2 parents b02412c + e498af1 commit 70fa078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Expand Up @@ -154,7 +154,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ledgerhq/speculos
images: ghcr.io/ledgerhq/speculos
tags: |
type=raw,value=${{ github.sha }}
type=ref,event=branch
Expand Down

0 comments on commit 70fa078

Please sign in to comment.