7777 echo "title=$STRIPPED_TITLE" >> "$GITHUB_OUTPUT"
7878 - name : Get Docker Metadata
7979 id : meta
80- uses : docker/metadata-action@b13d25e5fcf2e04305d8aedc9a6c28ebe258e934
80+ uses : docker/metadata-action@11079342065fb7d2c3b37cb799ab6ecc01ad1bb2
8181 env :
8282 DOCKER_METADATA_PR_HEAD_SHA : true
8383 with :
@@ -102,13 +102,13 @@ jobs:
102102 org.opencontainers.image.description=${{ steps.remove-quotes.outputs.description }}
103103 org.opencontainers.image.title=${{ steps.remove-quotes.outputs.title }}
104104 - name : Log in to the Container Registry
105- uses : docker/login-action@9fe7774c8f8ebfade96f0a62aa10f3882309d517
105+ uses : docker/login-action@da5b89b92c1be57a07eeed1334a0728b94145654
106106 with :
107107 registry : ${{ env.REGISTRY }}
108108 username : ${{ github.actor }}
109109 password : ${{ secrets.GITHUB_TOKEN }}
110110 - name : Set up Docker
111- uses : docker/setup-docker-action@d9a54c7876e8942f9e63816d1e23168466c7adfa
111+ uses : docker/setup-docker-action@d25408f91355f4404d6200cc35143e527fdd5401
112112 with :
113113 daemon-config : |
114114 {
@@ -117,12 +117,12 @@ jobs:
117117 }
118118 }
119119 - name : Set up QEMU
120- uses : docker/setup-qemu-action@a4bc6cde7eccda2bdcfac02ca3348c91290880bd
120+ uses : docker/setup-qemu-action@6632d370eaa94c36e362c994b934b79877123e91
121121 - name : Set up Docker Buildx
122- uses : docker/setup-buildx-action@c8ad1c5d0f6f39c2bc446b807fa8ea2afadcddb6
122+ uses : docker/setup-buildx-action@d91f340399fb2345e3e45f5461e116862b08261d
123123 - name : Build and Load Docker Image For Testing
124124 id : build-for-testing
125- uses : docker/build-push-action@dbac3ca1e5410ec04d2cce48cfbcfa3175fb8f4f
125+ uses : docker/build-push-action@de308676347136a77704e0f257298c8f1b30054f
126126 with :
127127 load : true
128128 tags : ${{ env.NAMESPACED_REGISTRY }}:test
@@ -159,7 +159,7 @@ jobs:
159159 --timeout "0h9m0s" \
160160 --sensitive-data
161161 - name : Log in to the GitHub Container Registry
162- uses : docker/login-action@9fe7774c8f8ebfade96f0a62aa10f3882309d517
162+ uses : docker/login-action@da5b89b92c1be57a07eeed1334a0728b94145654
163163 with :
164164 registry : ${{ env.REGISTRY }}
165165 username : ${{ github.actor }}
@@ -179,13 +179,13 @@ jobs:
179179 secrets : |-
180180 token:platform-prod-service-q8dyj/docker_hub_push_token
181181 - name : Docker Auth
182- uses : docker/login-action@9fe7774c8f8ebfade96f0a62aa10f3882309d517
182+ uses : docker/login-action@da5b89b92c1be57a07eeed1334a0728b94145654
183183 with :
184184 username : " apollograph"
185185 password : " ${{ steps.gsm.outputs.token }}"
186186 - name : Build and Push Docker image
187187 id : push
188- uses : docker/build-push-action@dbac3ca1e5410ec04d2cce48cfbcfa3175fb8f4f
188+ uses : docker/build-push-action@de308676347136a77704e0f257298c8f1b30054f
189189 with :
190190 push : true
191191 tags : ${{ steps.meta.outputs.tags }}
0 commit comments