Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Jul 17, 2023
1 parent a4a692f commit 288ff1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
defaults:
run:
working-directory: 'frontend'

permissions:
contents: read
Expand Down Expand Up @@ -60,7 +63,7 @@ jobs:
name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: frontend/
context: .
# TODO: arm64, but it keeps timing out
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 288ff1f

Please sign in to comment.