File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments