diff --git a/.github/workflows/DockerBuild.yml b/.github/workflows/DockerBuild.yml index 65ab7e9..732142a 100644 --- a/.github/workflows/DockerBuild.yml +++ b/.github/workflows/DockerBuild.yml @@ -22,7 +22,7 @@ concurrency: jobs: docker: name: docker build - uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main + uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@8e154153a12d11527ec2f50b9d32e57bb94b9347 # main with: docker_name: "ghcr.io/docker-collection/crowdin-cli" docker_label_author: "Efina" @@ -34,7 +34,7 @@ jobs: docker_action: name: docker build (action) needs: [ "docker" ] - uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main + uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@8e154153a12d11527ec2f50b9d32e57bb94b9347 # main with: docker_name: "ghcr.io/docker-collection/crowdin-action" context: "crowdin-action/"