Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
oops(ci): remove tag steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dorucioclea committed Apr 5, 2024
1 parent 314dd4d commit e712233
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ jobs:
- name: Build images with Docker Compose
run: docker-compose -f docker-compose.ci.yml build ${{ env.services }}

- name: Tag and Push Frontend Image
run: |
docker tag taral_frontend:latest ghcr.io/${{ github.repository_owner }}/taral_frontend:latest
docker push ghcr.io/${{ github.repository_owner }}/taral_frontend:latest
- name: Tag and Push Backend Image
run: |
docker tag taral_api:latest ghcr.io/${{ github.repository_owner }}/taral_api:latest
docker push ghcr.io/${{ github.repository_owner }}/taral_api:latest
- name: Push Images
run: |
if [ "${{ env.ci_choice }}" == "[All]" ] || [ "${{ env.ci_choice }}" == "frontend" ]; then
Expand Down

0 comments on commit e712233

Please sign in to comment.