Skip to content

Commit 830b6b5

Browse files
authored
Merge pull request #5 from sakateka/revert-4-yanet-deb
Revert "fix: add docker login step"
2 parents bf22392 + 0ee8107 commit 830b6b5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-deb-packages.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
container:
3030
image: ubuntu:${{ matrix.ubuntu-version }}
3131
steps:
32-
- name: Login to Docker Hub
33-
uses: docker/login-action@v3
34-
with:
35-
username: ${{ secrets.DOCKERHUB_USERNAME }}
36-
password: ${{ secrets.DOCKERHUB_TOKEN }}
37-
3832
- name: Install dependencies
3933
run: |
4034
export DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)