8484 org.opencontainers.image.description=${{ steps.remove-quotes.outputs.description }}
8585 org.opencontainers.image.title=${{ steps.remove-quotes.outputs.title }}
8686 - name : Log in to the Container Registry
87- uses : docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
87+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
8888 with :
8989 registry : ${{ env.REGISTRY }}
9090 username : ${{ github.actor }}
@@ -102,7 +102,7 @@ jobs:
102102 uses : docker/setup-buildx-action@1583c0f09d26c58c59d25b0eef29792b7ce99d9a
103103 - name : Build and Load Docker Image For Testing
104104 id : build-for-testing
105- uses : docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6
105+ uses : docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
106106 with :
107107 load : true
108108 tags : ${{ env.NAMESPACED_REGISTRY }}:test
@@ -139,7 +139,7 @@ jobs:
139139 --timeout "0h9m0s" \
140140 --sensitive-data
141141 - name : Log in to the GitHub Container Registry
142- uses : docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
142+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
143143 with :
144144 registry : ${{ env.REGISTRY }}
145145 username : ${{ github.actor }}
@@ -159,13 +159,13 @@ jobs:
159159 secrets : |-
160160 token:platform-prod-service-q8dyj/docker_hub_push_token
161161 - name : Docker Auth
162- uses : docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
162+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
163163 with :
164164 username : ' apollograph'
165165 password : ' ${{ steps.gsm.outputs.token }}'
166166 - name : Build and Push Docker image
167167 id : push
168- uses : docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6
168+ uses : docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
169169 with :
170170 push : true
171171 tags : ${{ steps.meta.outputs.tags }}
0 commit comments