Skip to content

Commit

Permalink
removed the extra : from docker-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hovhannisyannelli committed Nov 29, 2024
1 parent 737bcd6 commit 1e01b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Update docker-compose.yml with new image tag
if: success()
run: |
sed -i "s|image: :.*|image: 123456789nelli/maternal_health_classification:${{ steps.meta.outputs.version }}|" docker-compose.yml
sed -i "s|image: .*|image: 123456789nelli/maternal_health_classification:${{ steps.meta.outputs.version }}|" docker-compose.yml
echo "Updated docker-compose.yml:"
cat docker-compose.yml
Expand Down

0 comments on commit 1e01b6c

Please sign in to comment.