Skip to content

Commit

Permalink
fix code sed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariff Nazhan committed Mar 8, 2024
1 parent 8774b2c commit 33d394e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git config user.name Ariff Nazhan
pwd
cat
sed -i "s+malaysiaai/fastapi-hello-world:0.0.1+${{ inputs.tag }}+g" fastapi-hello-world/deploy.yaml
sed -i "s+malaysiaai/fastapi-hello-world:0.0.1+malaysiaai/fastapi-hello-world:${inputs.tag}+g" fastapi-hello-world/deploy.yaml
git add fastapi-hello-world/deploy.yaml
git commit -m "Committed by Github Actions Job CI"
git push origin main
Expand Down

0 comments on commit 33d394e

Please sign in to comment.