|
1 | 1 | name: Deploy to Staging |
2 | 2 |
|
3 | | -# Only one workflow in a concurrency group may run at a time |
4 | 3 | concurrency: |
5 | 4 | group: staging-concurrency |
6 | 5 | cancel-in-progress: true |
|
14 | 13 | types: [published] |
15 | 14 |
|
16 | 15 | jobs: |
17 | | - build-and-push-isar-robot-latest-release-image-to-ghcr: |
18 | | - name: Build and push isar-robot latest release image to github container registry |
| 16 | + build-and-push-latest-release-image-to-ghcr: |
| 17 | + name: Build and push latest release image to github container registry |
19 | 18 | uses: equinor/armada/.github/workflows/build_and_publish_docker_image_to_container_registry.yml@main |
20 | 19 | permissions: |
21 | 20 | contents: read |
|
31 | 30 | registry_password: ${{ secrets.GITHUB_TOKEN }} |
32 | 31 | registry_username: ${{ github.actor }} |
33 | 32 |
|
34 | | - build-and-push-isar-robot-latest-release-image-to-aurora-dev-registry: |
35 | | - name: Build and push isar-robot latest release image to aurora dev registry |
| 33 | + build-and-push-latest-release-image-to-aurora-dev-registry: |
| 34 | + name: Build and push latest release image to aurora dev registry |
36 | 35 | uses: equinor/armada/.github/workflows/build_and_publish_docker_image_to_container_registry.yml@main |
37 | 36 | permissions: |
38 | 37 | contents: read |
|
48 | 47 | registry_password: ${{ secrets.ROBOTICS_ACRPUSH_DOCKER_SECRET }} |
49 | 48 | registry_username: ${{ secrets.ROBOTICS_ACRPUSH_DOCKER_APPLICATION_ID }} |
50 | 49 |
|
51 | | - build-and-push-isar-robot-latest-release-image-to-aurora-prod-registry: |
52 | | - name: Build and push isar-robot latest release image to aurora prod registry |
| 50 | + build-and-push-latest-release-image-to-aurora-prod-registry: |
| 51 | + name: Build and push latest release image to aurora prod registry |
53 | 52 | uses: equinor/armada/.github/workflows/build_and_publish_docker_image_to_container_registry.yml@main |
54 | 53 | permissions: |
55 | 54 | contents: read |
|
67 | 66 |
|
68 | 67 | deploy: |
69 | 68 | name: Update deployment in Staging |
70 | | - needs: build-and-push-isar-robot-latest-release-image-to-aurora-prod-registry |
| 69 | + needs: build-and-push-latest-release-image-to-aurora-prod-registry |
71 | 70 | uses: ./.github/workflows/update_aurora_deployment.yml |
72 | 71 | with: |
73 | 72 | Environment: staging |
|
0 commit comments