Skip to content

Commit 4184105

Browse files
chore(deps): pin dependencies
1 parent 82a85f1 commit 4184105

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828
with:
2929
persist-credentials: false
3030

3131
- name: Log in to the Container registry
32-
uses: docker/login-action@v3
32+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
3333
with:
3434
registry: ${{ env.REGISTRY }}
3535
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Extract metadata for Docker
3939
id: meta
40-
uses: docker/metadata-action@v5
40+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
4141
with:
4242
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4343
tags: |
4444
type=raw,value=latest${{ matrix.variant.suffix }}
4545
type=raw,value={{date 'YYYYMMDD'}}${{ matrix.variant.suffix }}
4646
4747
- name: Build and push image
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
4949
with:
5050
context: .
5151
file: ./${{ matrix.variant.file }}

0 commit comments

Comments
 (0)