Skip to content

Commit

Permalink
Update cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmaimon authored Jul 26, 2024
1 parent 99b6ccd commit 94868f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build Docker image
run: docker build -t server .
run: docker build -t server:latest .

deploy:
needs: build # Ensure deploy job waits for build job
Expand Down

0 comments on commit 94868f3

Please sign in to comment.