Skip to content

Commit 9929e9d

Browse files
Pin Docker-Collection/reusable-workflows action to 5d8dd88
1 parent a2b7e67 commit 9929e9d

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

0 commit comments

Comments
 (0)