Skip to content

Commit 8aa68a2

Browse files
committed
Fix docker image tag conditionals
1 parent 7f3bf24 commit 8aa68a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
else
5252
# Tag as `nightly` for pushes to main
5353
echo "TAGS=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly" >> $GITHUB_ENV
54+
fi
5455
shell: bash
5556

5657
# Build and push Docker image with Buildx

0 commit comments

Comments
 (0)