File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 - name : Login to registry (${{env.REGISTRY}})
8181 # run this stage only if there are changes that match the includes and not the excludes
8282 if : steps.changed-files.outputs.any_changed == 'true'
83- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
83+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
8484 with :
8585 registry : ${{ env.REGISTRY }}
8686 username : ${{ vars.QUAY_USERNAME }}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 - name : Login to registry (${{env.REGISTRY}})
104104 # run this stage only if there are changes that match the includes and not the excludes
105105 if : steps.changed-files.outputs.any_changed == 'true'
106- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
106+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
107107 with :
108108 registry : ${{ env.REGISTRY }}
109109 username : ${{ vars.QUAY_USERNAME }}
You can’t perform that action at this time.
0 commit comments