Skip to content

Commit

Permalink
Merge pull request #1534 from notaphplover/fix/publish-docker-images-…
Browse files Browse the repository at this point in the history
…gh-action

Update docker image with right mapping
  • Loading branch information
notaphplover authored Aug 9, 2024
2 parents 1258c88 + 89e2326 commit 7ffee35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
"Game consumer": "robertopintosl/one-game-backend-consumer-game",
"Game service": "robertopintosl/one-game-backend-service-game",
"User service": "robertopintosl/one-game-backend-service-user"
}')[github.event.inputs.environment] }}
}')[github.event.inputs.image] }}
NPM_BUILD_SCRIPT: >
${{ fromJson('{
"Game consumer": "docker:build:game:consumer:npm",
"Game service": "docker:build:game:service:npm",
"User service": "docker:build:user:service:npm"
}')[github.event.inputs.environment] }}
}')[github.event.inputs.image] }}
name: Build and publish image
environment: CI
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7ffee35

Please sign in to comment.