Skip to content

Commit ebba791

Browse files
authored
test #fuck
1 parent b8d21b2 commit ebba791

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@ jobs:
1515
- name: Check Out Repo
1616
uses: actions/checkout@v4
1717

18-
- name: Log in to Docker Hub
19-
uses: docker/login-action@v3
20-
with:
21-
username: ${{ secrets.DOCKER_USERNAME }}
22-
password: ${{ secrets.DOCKER_PASSWORD }}
18+
# - name: Log in to Docker Hub
19+
# uses: docker/login-action@v3
20+
# with:
21+
# username: ${{ secrets.DOCKER_USERNAME }}
22+
# password: ${{ secrets.DOCKER_PASSWORD }}
2323

2424
- name: Build and Push Docker image
2525
uses: docker/build-push-action@v2
26-
with:
27-
26+
with:
2827
context: .
2928
file: ./container/Dockerfile
3029
push: true

0 commit comments

Comments
 (0)