Skip to content

Commit 7f6c9f1

Browse files
committed
use Path Context
1 parent 224ba57 commit 7f6c9f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,10 @@ jobs:
219219
id: docker_build
220220
uses: docker/build-push-action@v2
221221
with:
222+
context: .
222223
push: true
223224
no-cache: true
224225
file: Dockerfile.release
225226
tags: ${{ secrets.DOCKERHUB_USERNAME }}/phplist-dev:${{ env.RELEASE_VERSION }}
226227
build-args: |
227228
VERSION=${{ env.RELEASE_VERSION }}
228-
S3_VERSIONS_BUCKET=${{ secrets.AWS_S3_VERSIONS_BUCKET }}
229-
AWS_ACCESSKEY=${{ secrets.AWS_KEY_ID }}
230-
AWS_SECRETKEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)