Skip to content

Commit

Permalink
Fix Docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfredericks committed Jun 22, 2024
1 parent 7269b44 commit 0e7523d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
id: push
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
dockerfile: prod.Dockerfile
context: .
file: prod.Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 0e7523d

Please sign in to comment.