Skip to content

Commit

Permalink
[ci][fix] INFRAPRJ-7379: Add metadata prefetch for merge job
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaskov-ledger committed Dec 6, 2024
1 parent e59e8c0 commit e7e20d6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,18 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/ledgerhq/speculos
tags: |
type=raw,value=${{ github.sha }}
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit e7e20d6

Please sign in to comment.