Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aliavni committed Apr 19, 2024
1 parent 8f91ef9 commit d71bfac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:

steps:
# - name: Create .env file
# env:
# ENV_FILE_CONTENTS: ${{ secrets.ENV_FILE_CONTENTS }}
# run: |
# touch /home/runner/work/docker/docker/.env && \
# echo ${ENV_FILE_CONTENTS} >> /home/runner/work/docker/docker/.env

- uses: actions/checkout@v3
- name: Build the docker-compose stack
env:
ENV_FILE_CONTENTS: ${{ secrets.ENV_FILE_CONTENTS }}
run: |
touch /home/runner/work/docker/docker/.env && \
echo ${ENV_FILE_CONTENTS} >> /home/runner/work/docker/docker/.env && \
Expand Down

0 comments on commit d71bfac

Please sign in to comment.