Skip to content

Commit b87057d

Browse files
Pin Docker-Collection/reusable-workflows action to 3db5285
1 parent a2b7e67 commit b87057d

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@3db5285f3ad7b93517c8445a11d93717a7ff55d7 # 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@3db5285f3ad7b93517c8445a11d93717a7ff55d7 # main
3838
with:
3939
docker_name: "ghcr.io/docker-collection/crowdin-action"
4040
context: "crowdin-action/"

0 commit comments

Comments
 (0)