Skip to content

Commit 99b582b

Browse files
committed
chore(ci): update Docker actions to specific versions in workflow
1 parent ff9e7ed commit 99b582b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: Checkout the repository
1313
uses: actions/checkout@v4
1414
- name: Set up Docker Buildx
15-
uses: docker/setup-buildx-action@v3
15+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
1616
- name: Login to Docker Hub
17-
uses: docker/login-action@v3
17+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
1818
with:
1919
username: ${{ secrets.DOCKERHUB_USERNAME }}
2020
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)