Skip to content

Commit

Permalink
fix: use different Dockerfile (#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpcross authored Mar 18, 2024
1 parent 27a5456 commit 8f1f2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: docker/app-sandbox.Dockerfile
file: build/app/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/ietf-tools/mailarchive:${{ env.PKG_VERSION }}
Expand Down

0 comments on commit 8f1f2c4

Please sign in to comment.