We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddfdba commit cfba722Copy full SHA for cfba722
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
uses: actions/checkout@v4
89
90
- name: Log in to registry
91
- run: echo "${{ secrets.COBROWSER_PACKAGE_TOKEN }}" | docker login ghcr.io -u ${{ secrets.COBROWSER_PACKAGE_USER }} --password-stdin
+ run: docker login ghcr.io -u "${{ secrets.COBROWSER_PACKAGE_USER }}" --password-stdin <<< "${{ secrets.COBROWSER_PACKAGE_TOKEN }}"
92
93
- name: Extract metadata (tags, labels) for Docker
94
id: meta
0 commit comments