Skip to content

Commit

Permalink
Fix deployment revision JSON content
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazv committed Sep 26, 2024
1 parent 239d24a commit e1dff21
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
\"RevisionType\": \"AppSpecContent\",
\"AppSpecContent\": {
\"Content\": {
\\"version\\": 0.0,
\\"Resources\\": [
\"version\": 0.0,
\"Resources\": [
{
\\"i-08a0817b53b23613f\\": {
\\"Type": \\"AWS::EC2::Instance\\",
\\"Properties\\": {
\\"Image\\": \\"${{ steps.docker-image.outputs.image }}:latest\\"
\"i-08a0817b53b23613f\": {
\"Type": \"AWS::EC2::Instance\",
\"Properties\": {
\"Image\": \"${{ steps.docker-image.outputs.image }}:latest\\"
}
}
}
Expand Down

0 comments on commit e1dff21

Please sign in to comment.