Skip to content

Commit 984a0ba

Browse files
author
Ed Kingscote
committed
Tweak Action for our environment
1 parent c4339bf commit 984a0ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ jobs:
140140
uses: docker/build-push-action@v2
141141
with:
142142
builder: ${{ steps.buildx.outputs.name }}
143-
context: ./app
144-
file: ./app/Dockerfile
145-
target: prod
146143
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
147144
push: ${{ github.event_name != 'pull_request' }}
148145
tags: ${{ steps.prep.outputs.tags }}

0 commit comments

Comments
 (0)