Skip to content

Commit 78605eb

Browse files
authored
Merge pull request #307 from jbiers/push-image-to-staging-scc
[main] Add missing repo checkout step
2 parents e712336 + 4935c3a commit 78605eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
contents : read
120120
id-token: write
121121
steps:
122+
- name : Checkout repository
123+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
122124
- name: "Read Secrets"
123125
if: github.repository == 'rancher/prometheus-federator'
124126
uses: rancher-eio/read-vault-secrets@main
@@ -129,7 +131,6 @@ jobs:
129131
secret/data/github/repo/${{ github.repository }}/rancher-prime-stg-registry/credentials password | PRIME_STG_REGISTRY_PASSWORD;
130132
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
131133
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD
132-
133134
# This encapsulates: login, qemu, build/push
134135
- name: Build and push prometheus-federator image (dockerhub and prime stg)
135136
uses: rancher/ecm-distro-tools/actions/publish-image@master

0 commit comments

Comments
 (0)