Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Nov 22, 2023
1 parent 7cd8953 commit fdad36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{secrets.DOCKER_USER}}/dzga-flask:arm32v7
platforms: linux/amd64, linux/arm/v7
tags: ${{secrets.DOCKER_USER}}/dzga-flask:latest
platforms: linux/amd64, linux/arm64, linux/arm/v7

0 comments on commit fdad36b

Please sign in to comment.