Skip to content

Commit

Permalink
run the docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
norali12 committed Sep 23, 2024
1 parent efe3e54 commit e27aec1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,17 @@ jobs:
- build-frontend

steps:

- name: Checkout code
uses: actions/checkout@v4

- name: Set up environment variables
run: |
TAG=$(git describe --tags --abbrev=0)
echo "TAG=$TAG" > .env
# - name: Checkout code
# uses: actions/checkout@v4
Expand Down

0 comments on commit e27aec1

Please sign in to comment.