Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Arregui committed Dec 13, 2023
1 parent 715ad5a commit 1525080
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
cd:
uses: decentraland/platform-actions/.github/workflows/apps-docker-next.yml@main
with:
service-name: comms-manager
service-name: comms-gatekeeper
deployment-environment: dev
dockerfile-url: https://raw.githubusercontent.com/decentraland/platform-actions/main/Dockerfile.alpine
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
cd:
uses: decentraland/platform-actions/.github/workflows/apps-docker-release.yml@main
with:
service-name: comms-manager
service-name: comms-gatekeeper
deployment-environment: prd
dockerfile-url: https://raw.githubusercontent.com/decentraland/platform-actions/main/Dockerfile.alpine
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/manual-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: deploy
uses: decentraland/dcl-deploy-action@main
with:
dockerImage: "quay.io/decentraland/comms-manager:${{ inputs.tag }}"
serviceName: "comms-manager"
dockerImage: "quay.io/decentraland/comms-gatekeeper:${{ inputs.tag }}"
serviceName: "comms-gatekeeper"
env: ${{ inputs.deployment-environment }}
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pr:
uses: decentraland/platform-actions/.github/workflows/apps-docker-manual-deployment.yml@main
with:
service-name: comms-manager
service-name: comms-gatekeeper
deployment-environment: ${{ inputs.deployment-environment }}
quay-registry-path: quay.io/decentraland/comms-manager:${{ inputs.docker-image }}
quay-registry-path: quay.io/decentraland/comms-gatekeeper:${{ inputs.docker-image }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
pr:
uses: decentraland/platform-actions/.github/workflows/apps-pr.yml@main
with:
service-name: comms-manager
service-name: comms-gatekeeper
dockerfile-url: https://raw.githubusercontent.com/decentraland/platform-actions/main/Dockerfile.alpine
secrets: inherit

0 comments on commit 1525080

Please sign in to comment.