Skip to content

Commit

Permalink
fix(CI-CD): Corrects docker image tags in build-push CI-CD job.
Browse files Browse the repository at this point in the history
  • Loading branch information
mango-habanero committed Apr 23, 2024
1 parent a418f8c commit 6b8ddbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: mangohabanero/fe:latest, mangohabanero/fe:${{ github.sha }}
tags: mangohabanero/be:latest, mangohabanero/be:${{ github.sha }}


release:
Expand Down

0 comments on commit 6b8ddbe

Please sign in to comment.