Skip to content

Commit

Permalink
attempt # 2 at fixing buildx terrible design
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 authored Sep 6, 2023
1 parent e45c9fa commit ee140cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: frontend/Dockerfile
context: frontend
file: frontend/Dockerfile
platforms: linux/arm64
push: true
tags: |
Expand Down

0 comments on commit ee140cf

Please sign in to comment.