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 5f6df40 commit a610feaCopy full SHA for a610fea
.github/workflows/docker-publish.yml
@@ -25,8 +25,9 @@ jobs:
25
- name: Build and push
26
uses: docker/build-push-action@v5
27
with:
28
- context: .
29
push: true
30
tags: |
31
${{ secrets.DOCKER_USERNAME }}/load-testing-hub-panel:latest
32
${{ secrets.DOCKER_USERNAME }}/load-testing-hub-panel:${{ github.ref_name }}
+ context: .
33
+ platforms: linux/amd64,linux/arm64
0 commit comments