Skip to content

Commit

Permalink
fix: typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-chris committed Mar 1, 2024
1 parent 29c16b6 commit 56b9cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_be_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
context: ${{ github.workspace }}/${{ env.WORKING_DIR }}
dockerfile: ${{ github.workspace }}/${{ env.WORKING_DIR }}/${{ env.DOCKER_FILE }}
#image_tag: ${{ github.sha }}
image_tags: '["latest", ${{ github.sha }}]'
image_tags: '["latest", "${{ github.sha }}"]'
#additional_tags: latest

backend-deploy:
Expand Down

0 comments on commit 56b9cff

Please sign in to comment.