Skip to content

Commit

Permalink
fix: add nginx build and push (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkers15 committed Jan 30, 2024
1 parent 0af92e3 commit f6073f4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: web image build and push (multi-platform)
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}:latest
platforms: linux/amd64,linux/arm64
# - name: web image build and push (multi-platform)
# uses: docker/build-push-action@v2
# with:
# context: .
# file: ./Dockerfile
# push: true
# tags: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}:latest
# platforms: linux/amd64,linux/arm64

- name: web image build and push (multi-platform)
uses: docker/build-push-action@v2
Expand Down

0 comments on commit f6073f4

Please sign in to comment.