Skip to content

Commit

Permalink
Fixed bad spacing in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Parilli committed Nov 23, 2024
1 parent 6e2e622 commit 64a908e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_OWNER }}/${{ env.IMAGE_NAME }}
tags: |
# set latest tag for unraid branch
# set latest tag for unraid branch
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'unraid') }}
# Build and push Docker image with Buildx (don't push on PR)
Expand Down

0 comments on commit 64a908e

Please sign in to comment.