82828383
8484 - name : Log in to the Container registry
85- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
85+ uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
8686 with :
8787 registry : ghcr.io
8888 username : ${{ github.actor }}
@@ -95,14 +95,14 @@ jobs:
9595
9696 - name : Extract metadata (tags, labels) for Docker
9797 id : meta
98- uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
98+ uses : docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96
9999 with :
100100 images : ghcr.io/${{ github.repository }}_${{ matrix.arch }}
101101 tags : type=raw,value=${{ hashFiles('buildconfig/manylinux-build/**') }}
102102
103103 - name : Build and push Docker image
104104 if : steps.inspect.outcome == 'failure'
105- uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
105+ uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
106106 with :
107107 context : ${{ github.workspace }}/buildconfig/manylinux-build/docker_base
108108 file : ${{ github.workspace }}/buildconfig/manylinux-build/docker_base/Dockerfile-${{ matrix.arch }}
@@ -118,7 +118,7 @@ jobs:
118118 CIBW_MANYLINUX_I686_IMAGE : ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
119119 CIBW_MANYLINUX_PYPY_I686_IMAGE : ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
120120
121- 121+ 122122
123123 # We upload the generated files under github actions assets
124124 - name : Upload dist
0 commit comments