Skip to content

Commit

Permalink
fixes invalid flag
Browse files Browse the repository at this point in the history
  • Loading branch information
chaduhduh committed Aug 15, 2024
1 parent e0ab36f commit d669cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
docker run -d \
--env-file .env.example \
--name vospace-example \
--port 3001:8080/tcp \
--publish 3001:8080/tcp \
${{ env.IMAGE_TAG }}
- name: Test - perform health checks
Expand Down

0 comments on commit d669cf1

Please sign in to comment.