Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kallyas authored Aug 26, 2023
1 parent 8908c0e commit 26bb7f9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
tags: idenmorisha/safe-courier-backend:latest

# Build and push the client Docker image
- name: Build and push client
uses: docker/build-push-action@v2.6.1
with:
context: .
file: ./client/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
# - name: Build and push client
# uses: docker/build-push-action@v2.6.1
# with:
# context: .
# file: ./client/Dockerfile
# platforms: linux/amd64,linux/arm64
# push: true
tags: idenmorisha/safe-courier-frontend:latest

0 comments on commit 26bb7f9

Please sign in to comment.