Skip to content

Commit c7e2171

Browse files
Pin Docker-Collection/reusable-workflows action to 914a02b
1 parent 3721688 commit c7e2171

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/DockerBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
jobs:
2323
docker:
2424
name: docker build
25-
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main
25+
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@914a02be5a1e6c087632c5e31a5d340f20b3d57c # main
2626
with:
2727
docker_name: "ghcr.io/docker-collection/crowdin-cli"
2828
docker_label_author: "Efina"
@@ -34,7 +34,7 @@ jobs:
3434
docker_action:
3535
name: docker build (action)
3636
needs: [ "docker" ]
37-
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main
37+
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@914a02be5a1e6c087632c5e31a5d340f20b3d57c # main
3838
with:
3939
docker_name: "ghcr.io/docker-collection/crowdin-action"
4040
context: "crowdin-action/"

0 commit comments

Comments
 (0)