We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4038ff commit fcda5a7Copy full SHA for fcda5a7
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27
86
- name: login ghcr.io
87
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
88
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
89
with:
90
registry: ${{ env.REGISTRY }}
91
username: ${{ github.actor }}
0 commit comments