Skip to content

Commit 5a6c42b

Browse files
committed
REVERTME
1 parent 713ddb9 commit 5a6c42b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
pants package ::
4343
4444
- name: Log in to registry
45-
if: github.ref_name == 'main'
45+
#if: github.ref_name == 'main'
4646
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
4747

4848
- name: Publish
49-
if: github.ref_name == 'main'
49+
#if: github.ref_name == 'main'
5050
run: |
5151
pants publish src/docker::
5252

0 commit comments

Comments
 (0)