We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2311a6b commit 7d53484Copy full SHA for 7d53484
.github/workflows/docker.yml
@@ -19,5 +19,12 @@ jobs:
19
egress-policy: audit
20
21
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
22
+
23
+ - name: Load environment variables
24
+ uses: xom9ikk/dotenv@v2
25
+ with:
26
+ path: .
27
+ mode: example
28
29
- run: cp .env.example .env.docker
- - run: docker compose -f docker-compose.tips.yml build
30
+ - run: docker compose -f docker-compose.tips.yml build
0 commit comments