Skip to content

Commit c5168fb

Browse files
committed
update workflow
1 parent f22ef95 commit c5168fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-develop.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232

3333
- name: Build and push
3434
id: docker_build
35-
uses: docker/build-push-action@v6
35+
uses: docker/build-push-action@v5
3636
with:
3737
context: ./
3838
file: ./Dockerfile
3939
build-args: |
4040
"BRANCH_NAME=develop"
41-
platforms: linux/amd64,linux/arm64,linux/arm/v7
41+
platforms: linux/amd64,linux/arm64
4242
push: true
4343
tags: ${{ vars.DOCKER_TEAM }}/${{ vars.DOCKER_REPO }}:develop
4444

0 commit comments

Comments
 (0)