diff --git a/.github/workflows/DockerBuild.yml b/.github/workflows/DockerBuild.yml index 65ab7e9..6fb895a 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@2d245de0bf0e76353622554e7cd88c88331eeda3 # 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@2d245de0bf0e76353622554e7cd88c88331eeda3 # main with: docker_name: "ghcr.io/docker-collection/crowdin-action" context: "crowdin-action/"