Skip to content

Commit ed249c2

Browse files
committed
[DATALAD RUNCMD] pin-github-action '.github/workflows/doc...
=== Do not change lines below === { "chain": [], "cmd": "pin-github-action '{inputs}'", "exit": 0, "extra_inputs": [], "inputs": [ ".github/workflows/docker.yml" ], "outputs": [ ".github/workflows/docker.yml" ], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 361464a commit ed249c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ jobs:
2525
packages: write
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2929
with:
3030
fetch-depth: 200
3131
fetch-tags: true
3232
ref: ${{ github.ref }}
3333

3434
- name: Setup Docker buildx
35-
uses: docker/setup-buildx-action@v3
35+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
3636
with:
3737
driver: docker
3838

3939
- name: Log into registry ${{ env.REGISTRY }}
4040
if: github.event_name != 'pull_request'
41-
uses: docker/login-action@v3
41+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
4242
with:
4343
registry: ${{ env.REGISTRY }}
4444
username: ${{ github.actor }}
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Build base image
6464
if: steps.base.outputs.build == 'true'
65-
uses: docker/build-push-action@v6
65+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
6666
with:
6767
file: Dockerfile.base
6868
load: true
@@ -77,12 +77,12 @@ jobs:
7777

7878
- name: Extract Docker metadata
7979
id: meta
80-
uses: docker/metadata-action@v5
80+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
8181
with:
8282
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8383

8484
- name: Build and push Docker image
85-
uses: docker/build-push-action@v6
85+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
8686
with:
8787
context: .
8888
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)