Skip to content

Commit

Permalink
ci: add matrix prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
osiastedian committed Oct 3, 2024
1 parent 1855916 commit 1eccc92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
images: |
ghcr.io/syscoin/syscoin-bridge-${{ matrix.network }}
tags: |
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
${{ matrix.network }}-=type=schedule
${{ matrix.network }}-=type=ref,event=branch
${{ matrix.network }}-=type=ref,event=pr
${{ matrix.network }}-=type=semver,pattern={{version}}
${{ matrix.network }}-=type=semver,pattern={{major}}.{{minor}}
${{ matrix.network }}-=type=semver,pattern={{major}}
${{ matrix.network }}-=type=sha
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 1eccc92

Please sign in to comment.