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 7cddba8 commit af5f6a6Copy full SHA for af5f6a6
.github/workflows/ci.yml
@@ -29,6 +29,9 @@ jobs:
29
push: false
30
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/commit-api:latest
31
32
+ - name: Create .env file from secret
33
+ run: echo "${{ secrets.ENV_FILE }}" > .env
34
+
35
- name: Run container and check if it stays up for 5 seconds
36
run: |
37
docker run -d --name test-container \
0 commit comments