Skip to content

Commit

Permalink
Add leading dash to variant tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rwunderer committed Oct 23, 2023
1 parent 3fe6395 commit 51e95a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
image:
#- minimal
- minimal
- debug

include:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
suffix=${{ matrix.image }}
suffix=-${{ matrix.image }}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 51e95a5

Please sign in to comment.