We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577f940 commit 075b2eaCopy full SHA for 075b2ea
.github/workflows/build_multi_arch_image.yml
@@ -8,6 +8,9 @@ name: Build and push docker image
8
docker_tag:
9
required: true
10
type: string
11
+ secrets:
12
+ EPS_REPO_STATUS_PEM:
13
+ required: true
14
15
jobs:
16
build_image:
.github/workflows/pull_request.yml
@@ -92,3 +92,5 @@ jobs:
92
with:
93
publish_image: false
94
docker_tag: 'pr${{ needs.get_issue_number.outputs.issue_number }}-${{ needs.get_commit_id.outputs.sha_short }}'
95
96
+ EPS_REPO_STATUS_PEM: ${{ secrets.EPS_REPO_STATUS_PEM }}
.github/workflows/release.yml
@@ -45,3 +45,5 @@ jobs:
45
46
publish_image: true
47
docker_tag: '${{ needs.tag_release.outputs.version_tag }}'
48
49
0 commit comments