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 aacb26d commit 83cfa42Copy full SHA for 83cfa42
.github/workflows/tests-selectable.yaml
@@ -151,8 +151,12 @@ jobs:
151
path: |
152
./*
153
key: ${{ github.sha }}
154
- - name: Log in to ghcr.io registry
155
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
+ - name: Login to GitHub Container Registry
+ uses: docker/login-action@v3
156
+ with:
157
+ registry: ghcr.io
158
+ username: ${{ github.actor }}
159
+ password: ${{ secrets.GITHUB_TOKEN }}
160
- name: Build and Push image
161
uses: ./.github/actions/build-push-image
162
with:
0 commit comments