Skip to content

Commit a610fea

Browse files
author
Nikita Filonov
committed
Update docker-publish.yml
1 parent 5f6df40 commit a610fea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- name: Build and push
2626
uses: docker/build-push-action@v5
2727
with:
28-
context: .
2928
push: true
3029
tags: |
3130
${{ secrets.DOCKER_USERNAME }}/load-testing-hub-panel:latest
3231
${{ secrets.DOCKER_USERNAME }}/load-testing-hub-panel:${{ github.ref_name }}
32+
context: .
33+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)