Skip to content

Commit 4f32a73

Browse files
committed
Stop publishing release images to ghcr
1 parent 466ebbd commit 4f32a73

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

.github/workflows/deploy_to_staging.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,32 +27,6 @@ jobs:
2727
working_directory: api
2828
azure_subscription_id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
2929

30-
build-and-push-latest-release-images-to-ghcr:
31-
name: Build and push latest release images to github container registry
32-
uses: equinor/armada/.github/workflows/build_and_publish_docker_image_to_container_registry.yml@main
33-
permissions:
34-
contents: read
35-
packages: write
36-
strategy:
37-
matrix:
38-
include:
39-
- image_name: ${{ github.repository }}
40-
path_to_dockerfile: Dockerfile
41-
path_to_context: .
42-
- image_name: ${{ github.repository }}-workflow-notifier
43-
path_to_dockerfile: workflow-notifier/Dockerfile
44-
path_to_context: workflow-notifier
45-
with:
46-
registry: ghcr.io
47-
image_name: ${{ matrix.image_name }}
48-
tag: "${{ github.event.release.tag_name }}"
49-
secondary_tag: latest
50-
path_to_dockerfile: ${{ matrix.path_to_dockerfile }}
51-
path_to_context: ${{ matrix.path_to_context }}
52-
secrets:
53-
registry_password: ${{ secrets.GITHUB_TOKEN }}
54-
registry_username: ${{ github.actor }}
55-
5630
build-and-push-latest-release-images-to-robotics-staging-registry:
5731
name: Build and push latest release images to robotics staging registry
5832
uses: equinor/armada/.github/workflows/build_and_publish_docker_image_to_container_registry.yml@main

0 commit comments

Comments
 (0)