Skip to content

Commit 64a908e

Browse files
author
Adrián Parilli
committed
Fixed bad spacing in yaml
1 parent 6e2e622 commit 64a908e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
images: ${{ env.REGISTRY }}/${{ env.IMAGE_OWNER }}/${{ env.IMAGE_NAME }}
7070
tags: |
71-
# set latest tag for unraid branch
71+
# set latest tag for unraid branch
7272
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'unraid') }}
7373
7474
# Build and push Docker image with Buildx (don't push on PR)

0 commit comments

Comments
 (0)