Skip to content

Commit ad832ae

Browse files
committed
ci: docker build
1 parent 1f3b0fa commit ad832ae

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,6 @@ jobs:
4848
- name: Install cosign
4949
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
5050

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-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
60-
with:
61-
username: abhimanyu003
62-
password: ${{ secrets.DOCKERHUB_TOKEN }}
63-
6451
- name: Free disk space
6552
run: |
6653
sudo rm -rf /usr/share/dotnet || true

0 commit comments

Comments
 (0)