We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029d867 commit 7598b4eCopy full SHA for 7598b4e
1 file changed
.github/workflows/blank.yml
@@ -34,12 +34,6 @@ jobs:
34
- name: Set up Docker Buildx
35
uses: docker/setup-buildx-action@v1
36
37
- - name: Log in to Docker Hub
38
- uses: docker/login-action@v1
39
- with:
40
- username: ${{ secrets.DOCKER_USERNAME }}
41
- password: ${{ secrets.DOCKER_PASSWORD }}
42
-
43
- name: Build and run Docker Compose
44
run: |
45
docker-compose up --build -d
0 commit comments