Update tests-docker.yml (#1052) [skip ci]
Browse files
.github/workflows/tests-docker.yml
CHANGED
@@ -37,12 +37,6 @@ jobs:
|
|
37 |
images: winglian/axolotl
|
38 |
- name: Set up Docker Buildx
|
39 |
uses: docker/setup-buildx-action@v3
|
40 |
-
- name: Login to Docker Hub
|
41 |
-
uses: docker/login-action@v3
|
42 |
-
with:
|
43 |
-
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
44 |
-
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
45 |
-
# guidance for testing before pushing: https://docs.docker.com/build/ci/github-actions/test-before-push/
|
46 |
- name: Build and export to Docker
|
47 |
uses: docker/build-push-action@v5
|
48 |
with:
|
|
|
37 |
images: winglian/axolotl
|
38 |
- name: Set up Docker Buildx
|
39 |
uses: docker/setup-buildx-action@v3
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
- name: Build and export to Docker
|
41 |
uses: docker/build-push-action@v5
|
42 |
with:
|