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 abb0f05 commit 3eb131dCopy full SHA for 3eb131d
.github/workflows/master.yml
@@ -22,9 +22,6 @@ jobs:
22
with:
23
username: ${{ secrets.DOCKER_HUB_USERNAME }}
24
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
25
- -
26
- name: Set up Docker Buildx
27
- uses: docker/setup-buildx-action@v3
28
-
29
name: Test Frontend
30
run: |
@@ -42,6 +39,10 @@ jobs:
42
39
43
40
cp -r tests/* Videos/
44
41
docker compose -f docker-compose-prod.yml run --rm web ./wait-for-it.sh db:5432 -- python3 manage.py test
+ - name: Set up QEMU
+ uses: docker/setup-qemu-action@v3
+ - name: Set up Docker Buildx
45
+ uses: docker/setup-buildx-action@v3
46
- name: Build and push
47
uses: docker/build-push-action@v6
48
0 commit comments