Skip to content

Commit

Permalink
fix version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cybernop committed Oct 10, 2024
1 parent ded5bd8 commit c7d14f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/fsh-sushi
tags: |
type=raw,value=${{ matrix.sushi }}-${{ matrix.os }}
type=raw,value=${{ matrix.os }},enable=${{ matrix.sushi == env.LATEST_SUSHI }}
type=raw,value=${{ matrix.sushi }},enable=${{ matrix.os == env.MAIN_OS }}
type=raw,value=latest,enable=${{ matrix.sushi == env.LATEST_SUSHI && matrix.os == env.MAIN_OS }}
# Build and push Docker image with Buildx (push on tag)
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/ig-publisher
tags: |
type=raw,value=${{ matrix.sushi }}-${{ matrix.os }}
type=raw,value=${{ matrix.os }},enable=${{ matrix.sushi == env.LATEST_SUSHI }}
type=raw,value=${{ matrix.sushi }},enable=${{ matrix.os == env.MAIN_OS }}
type=raw,value=latest,enable=${{ matrix.sushi == env.LATEST_SUSHI && matrix.os == env.MAIN_OS }}
# Build and push Docker image with Buildx (push on tag)
Expand Down

0 comments on commit c7d14f7

Please sign in to comment.