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 f08c1bd commit 0af92e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ jobs:
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-nginx
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/nginx:latest
platforms: linux/amd64,linux/arm64

- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit 0af92e3

Please sign in to comment.