Skip to content

Commit

Permalink
Remove unnecesary docker args
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovilas committed Apr 9, 2024
1 parent df50c2a commit 69e519c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM ubuntu:latest

ARG TOKEN
ARG URL
ARG VERSION="2.315.0"
ARG VERSION_CHECKSUM="6362646b67613c6981db76f4d25e68e463a9af2cc8d16e31bfeabe39153606a0"
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 69e519c

Please sign in to comment.