We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713ddb9 commit 5a6c42bCopy full SHA for 5a6c42b
.github/workflows/test.yaml
@@ -42,11 +42,11 @@ jobs:
42
pants package ::
43
44
- name: Log in to registry
45
- if: github.ref_name == 'main'
+ #if: github.ref_name == 'main'
46
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
47
48
- name: Publish
49
50
run: |
51
pants publish src/docker::
52
0 commit comments