Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 0407e96

Browse files
authored
Merge pull request #7 from docker/ci/simpler-pipeline
ci: simplified build-and-release pipeline + Dockerfile
2 parents 133898c + 2e7edb7 commit 0407e96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -47,7 +47,7 @@ jobs:
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

0 commit comments

Comments
 (0)