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 22347f7 commit 7ddfdbaCopy full SHA for 7ddfdba
.github/workflows/ci.yml
@@ -87,12 +87,8 @@ jobs:
87
- name: Checkout repository
88
uses: actions/checkout@v4
89
90
- - name: Log in to the Container registry
91
- uses: docker/login-action@v3
92
- with:
93
- registry: ${{ env.REGISTRY }}
94
- username: ${{ secrets.COBROWSER_PACKAGE_USER }}
95
- password: ${{ secrets.COBROWSER_PACKAGE_TOKEN }}
+ - name: Log in to registry
+ run: echo "${{ secrets.COBROWSER_PACKAGE_TOKEN }}" | docker login ghcr.io -u ${{ secrets.COBROWSER_PACKAGE_USER }} --password-stdin
96
97
- name: Extract metadata (tags, labels) for Docker
98
id: meta
0 commit comments