Skip to content

Commit

Permalink
change arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
tijcolem committed Jul 11, 2023
1 parent 2d06dbc commit c8fc51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
docker images --all
docker --version
docker-compose --version
docker-compose -f docker-compose.test.yml build web --build-arg OPENSTUDIO_VERSION=$OPENSTUDIO_TAG
docker-compose -f docker-compose.test.yml build --build-arg OPENSTUDIO_VERSION=$OPENSTUDIO_TAG web
env:
CI: true
OS_SERVER_NUMBER_OF_WORKERS: 4
Expand Down

0 comments on commit c8fc51c

Please sign in to comment.