Skip to content

Commit

Permalink
fix: uncomment Docker build and push commands in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 committed Jan 17, 2025
1 parent 1ff8784 commit 88251f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_HUB_USERNAME }}" --password-stdin
- name: Build and push Docker image
# run: |
# docker-compose -f docker-compose.build.yml build
# docker-compose -f docker-compose.build.yml push
run: |
docker-compose -f docker-compose.build.yml build
docker-compose -f docker-compose.build.yml push
deploy:
runs-on: [self-hosted, linux, x64, frontend]
Expand Down

0 comments on commit 88251f0

Please sign in to comment.