Skip to content

Commit

Permalink
Correct image in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgospodinow committed Jan 26, 2024
1 parent 0da72da commit 60e4364
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:

- name: Run the Container
id: run
env:
RENDER_API_KEY: 123456789
RENDER_SERVICE_ID: 123456789
run: |
docker run \
--env RENDER_API_KEY="${{ env.RENDER_API_KEY }}" \
--env RENDER_SERVICE_ID="${{ env.RENDER_SERVICE_ID }}" \
--rm ${{ env.TEST_TAG }} || true

0 comments on commit 60e4364

Please sign in to comment.