Skip to content

Commit 413ff01

Browse files
chore(deps): pin docker-collection/reusable-workflows action to 07487ed
1 parent e419ec5 commit 413ff01

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
jobs:
2525
docker_latest:
2626
name: docker build (latest)
27-
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main
27+
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@07487edb41e148ff9fb32f696c554bc48a0e376f # main
2828
with:
2929
docker_name: "ghcr.io/docker-collection/hetrixtools"
3030
platforms: "linux/amd64,linux/arm64"
@@ -36,7 +36,7 @@ jobs:
3636

3737
docker_2_2:
3838
name: docker build (2.2.x)
39-
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main
39+
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@07487edb41e148ff9fb32f696c554bc48a0e376f # main
4040
with:
4141
docker_name: "ghcr.io/docker-collection/hetrixtools-2.2"
4242
platforms: "linux/amd64,linux/arm64"
@@ -48,7 +48,7 @@ jobs:
4848

4949
docker_1_6:
5050
name: docker build (1.6.x)
51-
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main
51+
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@07487edb41e148ff9fb32f696c554bc48a0e376f # main
5252
with:
5353
docker_name: "ghcr.io/docker-collection/hetrixtools-1.6"
5454
context: "1.6.x"

0 commit comments

Comments
 (0)