File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ jobs:
2727 uses : actions/checkout@v5
2828
2929 - name : Set up Docker Buildx
30- uses : docker/setup-buildx-action@v3
30+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
3131
3232 - name : Log in to GitHub Container Registry
33- uses : docker/login-action@v3
33+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3434 with :
3535 registry : ${{ env.REGISTRY }}
3636 username : ${{ github.actor }}
3737 password : ${{ secrets.GITHUB_TOKEN }}
3838
3939 - name : Extract Docker metadata
4040 id : meta
41- uses : docker/metadata-action@v5
41+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
4242 with :
4343 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4444 tags : |
4848 type=raw,value=latest,enable={{is_default_branch}}
4949
5050 - name : Build and push
51- uses : docker/build-push-action@v6
51+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
5252 with :
5353 context : .
5454 file : ./testnet/hyperlane/Dockerfile
You can’t perform that action at this time.
0 commit comments