Skip to content

Commit

Permalink
Issue #14: Migrate to GitHub Actions
Browse files Browse the repository at this point in the history
- Switch order of parameters
  • Loading branch information
reckart committed Mar 19, 2024
1 parent 32eee18 commit f9d48ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 5
run: |
docker pull ghcr.io/inception-project/inception:latest
docker --name inception run -d \
docker run --name inception -d \
-e JAVA_OPTS='-Dremote-api.enabled=true -Dsecurity.default-admin-username=test-remote -Dsecurity.default-admin-password={bcrypt}\$2a\$12\$fQ.9x17xCGbrGtvw45H20uMqbEjhLIPfoa13bLfM33e./nVuNvCWa -Dsecurity.default-admin-remote-access=true' \
-p8080:8080 \
ghcr.io/inception-project/inception:latest
Expand Down

0 comments on commit f9d48ef

Please sign in to comment.