diff --git a/.github/workflows/ci-ecr.yml b/.github/workflows/ci-ecr.yml index b3b6e22..11fdb5b 100644 --- a/.github/workflows/ci-ecr.yml +++ b/.github/workflows/ci-ecr.yml @@ -29,8 +29,6 @@ jobs: - name: Build asset for ${{ steps.setup-ci.outputs.application-name }} id: build-asset uses: nullplatform/github-action-asset-build@v1 - with: - options: BUILD_ARGS='--build-arg TOKEN=${{ secrets.RUNNER_TOKEN }} --build-arg URL=${{ secrets.RUNNER_URL }}' - name: Push asset for ${{ steps.setup-ci.outputs.application-name }} id: push-asset uses: nullplatform/github-action-asset-push@v1 diff --git a/Dockerfile b/Dockerfile index bba8add..ef01a74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM ubuntu:latest -ARG TOKEN -ARG URL ARG VERSION="2.315.0" ARG VERSION_CHECKSUM="6362646b67613c6981db76f4d25e68e463a9af2cc8d16e31bfeabe39153606a0" ARG DEBIAN_FRONTEND=noninteractive