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

Commit

Permalink
FIXED: typo in Ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 23, 2024
1 parent f2ad82b commit b98b3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/book-a-book-operador:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/book-a-book-gateway:latest

deploy:
needs: build
Expand Down

0 comments on commit b98b3f6

Please sign in to comment.