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