We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3b0fa commit ad832aeCopy full SHA for ad832ae
.github/workflows/release.yml
@@ -48,19 +48,6 @@ jobs:
48
- name: Install cosign
49
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
50
51
- - name: Login to ghcr.io registry
52
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
53
- with:
54
- registry: ghcr.io
55
- username: ${{ github.actor }}
56
- password: ${{ secrets.GITHUB_TOKEN }}
57
-
58
- - name: Login to docker.io registry
59
60
61
- username: abhimanyu003
62
- password: ${{ secrets.DOCKERHUB_TOKEN }}
63
64
- name: Free disk space
65
run: |
66
sudo rm -rf /usr/share/dotnet || true
0 commit comments