Skip to content

Commit faed985

Browse files
committed
[kitten] chore: Use commits for actions
1 parent d5d0c39 commit faed985

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ jobs:
2727
ref: ${{ matrix.branch }}
2828

2929
- name: Set up QEMU
30-
uses: docker/setup-qemu-action@v4
30+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
3131

3232
- name: Setup Docker buildx
33-
uses: docker/setup-buildx-action@v4
33+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
3434

3535
- name: Log into registry ${{ env.REGISTRY }}
3636
if: github.event_name != 'pull_request'
37-
uses: docker/login-action@v4
37+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
3838
with:
3939
registry: ${{ env.REGISTRY }}
4040
username: ${{ github.actor }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Build and push Docker image
44-
uses: docker/build-push-action@v7
44+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
4545
with:
4646
context: .
4747
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)