We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a7840 commit d889c04Copy full SHA for d889c04
1 file changed
.github/workflows/master.yml
@@ -24,7 +24,7 @@ jobs:
24
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
25
-
26
name: Set up Docker Buildx
27
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v3
28
29
name: Test Frontend
30
run: |
@@ -42,11 +42,11 @@ jobs:
42
43
cp -r tests/* Videos/
44
docker compose -f docker-compose-prod.yml run --rm web ./wait-for-it.sh db:5432 -- python3 manage.py test
45
- -
46
- name: Build and push
47
- uses: docker/build-push-action@v3
+ - name: Build and push
+ uses: docker/build-push-action@v6
48
with:
49
context: .
50
file: ./backend/Dockerfile.prod
+ platforms: linux/amd64,linux/arm64
51
push: true
52
tags: webmultimedia/http-streaming-server:master
0 commit comments