From ec494754df6c544a6d7f014b7aa9a0c43ee35c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89douard=20Lopez?= Date: Wed, 24 Jan 2024 22:08:02 +0100 Subject: [PATCH] chore: debug --- .github/workflows/build-images.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 9654ea6..0e4bc7b 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -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/metadata-action@v5.5.0 @@ -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