Skip to content

Commit

Permalink
Update docker_arm32v7.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Nov 22, 2023
1 parent d2097a0 commit 5ff956f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_arm32v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Build the Docker Image
run: docker build . --file Dockerfile --tag ${{secrets.DOCKER_USER}}/dzga-flask:arm32v7
- name: Docker Push
run: docker push ${{secrets.DOCKER_USER}}/dzga-flask
run: docker push ${{secrets.DOCKER_USER}}/dzga-flask:arm32v7

0 comments on commit 5ff956f

Please sign in to comment.