ci(docker): fix docker dep bundling and pin remaining actions (#11398)

* docker: use slim alpine image to remove bundling deps in Docker image

* pin remaining yml actions

* use lockfile

* remove pulling
This commit is contained in:
David Luzar
2026-05-25 14:39:21 +02:00
committed by GitHub
parent b42b1a193d
commit c08be69618
10 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Login to DockerHub
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
with: