Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 44fa5ce

Browse files
committed
Fix typo in nightly build condition
1 parent ba32f39 commit 44fa5ce

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
@@ -34,7 +34,7 @@ jobs:
3434
password: ${{ secrets.GITHUB_TOKEN }}
3535
registry: docker.pkg.github.com
3636
- name: Push to GitHub Packages - Nightly
37-
if: github.ref == 'refs/head/main' || github.event.inputs.tag == 'main'
37+
if: github.ref == 'refs/heads/main' || github.event.inputs.tag == 'main'
3838
uses: docker/[email protected]
3939
with:
4040
push: true

0 commit comments

Comments
 (0)