Skip to content

Commit

Permalink
build: update env var
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Feb 27, 2025
1 parent 0a2e615 commit 7b6b577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Create .env file
run: |
touch .env
echo "${{secrets.TEST_SECRETS}}" >> .env
echo "${{secrets.ALL_SECRETS}}" >> .env
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 7b6b577

Please sign in to comment.