Skip to content

Commit

Permalink
Build test
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Oct 5, 2024
1 parent d81bdb3 commit 89f90a6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
# env.no_proxy=168.63.129.16/32
with:
endpoint: tcp://88.99.211.150:2375
# - name: Build Capacitor image
# id: build
# uses: docker/build-push-action@v6
# with:
# context: .
# file: docker/Dockerfile.multistage
# platforms: linux/amd64,linux/arm64/v8
# push: false
# tags: |
# ghcr.io/gimlet-io/capacitor:build
- name: Build Capacitor image
id: build
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile.multistage
platforms: linux/amd64 #,linux/arm64/v8
push: false
tags: |
ghcr.io/gimlet-io/capacitor:build
# - name: 🤞 Test UI
# run: make test-ui
Expand Down

0 comments on commit 89f90a6

Please sign in to comment.