We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d21b2 commit ebba791Copy full SHA for ebba791
.github/workflows/docker-image.yml
@@ -15,16 +15,15 @@ jobs:
15
- name: Check Out Repo
16
uses: actions/checkout@v4
17
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 }}
+ # - name: Log in to Docker Hub
+ # uses: docker/login-action@v3
+ # with:
+ # username: ${{ secrets.DOCKER_USERNAME }}
+ # password: ${{ secrets.DOCKER_PASSWORD }}
23
24
- name: Build and Push Docker image
25
uses: docker/build-push-action@v2
26
27
-
+ with:
28
context: .
29
file: ./container/Dockerfile
30
push: true
0 commit comments