Skip to content

Commit

Permalink
fix docker ci (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 authored May 17, 2024
1 parent 61ed94f commit 251adb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,19 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Copy env file
id: setup-env
run: cp example.env .env

- name: Build Docker images
id: build
run: docker compose build
Expand Down

0 comments on commit 251adb7

Please sign in to comment.