This repository was archived by the owner on Jun 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 fetch-depth : 0
1919
2020 - name : Login to Docker Hub
21- uses : docker/login-action@v3
21+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
2222 with :
2323 username : dockerbuildbot
2424 password : ${{ secrets.DOCKERBUILDBOT_READ_PAT }}
2525
2626 - name : Set up Docker Buildx
27- uses : docker/setup-buildx-action@v3
27+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
2828 with :
2929 driver : cloud
3030 endpoint : docker/platform-experience
4747
4848 - name : Build and Push Docker Image
4949 id : docker-build
50- uses : docker/build-push-action@v6
50+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
5151 with :
5252 context : .
5353 platforms : linux/amd64
You can’t perform that action at this time.
0 commit comments