Skip to content

Commit 1808214

Browse files
Pin Docker-Collection/reusable-workflows action to f71fc8f
1 parent 206ae49 commit 1808214

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/DockerBuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
jobs:
2626
docker_aws_cli:
2727
name: docker build (aws-cli)
28-
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main
28+
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@f71fc8f789f2f99d782d40ad98a70737235e5dd4 # main
2929
with:
3030
docker_name: "ghcr.io/docker-collection/aws-cli"
3131
context: "aws-cli/"
@@ -40,7 +40,7 @@ jobs:
4040

4141
docker_aws_cli_action:
4242
name: docker build (aws-cli-action)
43-
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main
43+
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@f71fc8f789f2f99d782d40ad98a70737235e5dd4 # main
4444
with:
4545
docker_name: "ghcr.io/docker-collection/aws-cli-action"
4646
context: "aws-cli-action/"
@@ -52,7 +52,7 @@ jobs:
5252
docker_aws_s3:
5353
needs: [ "docker_aws_cli" ]
5454
name: docker build (aws-s3)
55-
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main
55+
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@f71fc8f789f2f99d782d40ad98a70737235e5dd4 # main
5656
with:
5757
docker_name: "ghcr.io/docker-collection/aws-s3"
5858
context: "aws-s3/"

0 commit comments

Comments
 (0)