Skip to content

Commit

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

- name: debug
run: |
echo "index: ${{ strategy.job-index }}, total: ${{ strategy.job-total }}, equality?: ${{ strategy.job-index == strategy.job-total - 1 }}"
- name: Docker meta
id: meta
uses: docker/[email protected]
Expand All @@ -44,6 +47,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 d392e05

Please sign in to comment.