Skip to content

Commit

Permalink
Merge branch 'main' into 71-toastify-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ananjaemin committed Nov 16, 2022
2 parents c9b7ee8 + 077c950 commit 33c3a3b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
- name: Build and push with Buildx
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/tempfiles-frontend:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/nodejs-docker-action:latest

0 comments on commit 33c3a3b

Please sign in to comment.