Skip to content

Commit 945a447

Browse files
committed
CI: Update dev overlay from ghcr instead of auroradevacr
1 parent dc1e7eb commit 945a447

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy_to_development.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,21 @@ jobs:
9898

9999
deploy:
100100
name: Update deployment in Development
101-
needs: [build-and-push-dev-images-to-aurora-dev-registry, get-short-sha, get-short-sha-for-workflow-notifier-folder]
101+
needs: [build-and-push-dev-images-to-ghcr, get-short-sha, get-short-sha-for-workflow-notifier-folder]
102102
uses: equinor/armada/.github/workflows/update_kubernetes_deployment.yml@main
103103
permissions:
104104
contents: read
105105
strategy:
106106
max-parallel: 1
107107
matrix:
108108
include:
109-
- image_name: robotics/sara
109+
- image_name: ${{ github.repository }}
110110
short_sha_output: ${{ needs.get-short-sha.outputs.tag }}
111-
- image_name: robotics/workflow-notifier
111+
- image_name: ${{ github.repository }}-workflow-notifier
112112
short_sha_output: ${{ needs.get-short-sha-for-workflow-notifier-folder.outputs.tag }}
113113
with:
114114
environment: development
115-
registry: auroradevacr.azurecr.io
115+
registry: ghcr.io
116116
image_name: ${{ matrix.image_name }}
117117
tag: "dev.${{ matrix.short_sha_output }}"
118118
author_email: ${{ github.event.head_commit.author.email }}

0 commit comments

Comments
 (0)