Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez authored Jan 24, 2024
1 parent 7d1f37f commit ec49475
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: debug
run: echo "index: ${{ strategy.job-index }}, total: ${{ strategy.job-total - 1 }}, equality?: ${{ strategy.job-index == strategy.job-total - 1 }}
- name: Docker meta
id: meta
uses: docker/[email protected]
Expand All @@ -44,6 +46,7 @@ jobs:
# generate Docker tags based on the following events/attributes
tags: |
type=semver,pattern={{version}},value=${{matrix.version.fish}}
type=raw,value=latest,enable=${{ strategy.job-index == strategy.job-total - 1 }}
flavor: |
latest=false
Expand Down

0 comments on commit ec49475

Please sign in to comment.