Skip to content

Commit bd6fe57

Browse files
chore(deps): update non-major github actions
1 parent 82b2405 commit bd6fe57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030

3131
- name: Login to GitHub Container Registry
32-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
32+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.repository_owner }}
3636
password: ${{ github.token }}
3737

3838
- name: Build and push Docker images
39-
uses: docker/build-push-action@c5117b60bc829f00aaacb038e99de2712bee6e6e
39+
uses: docker/build-push-action@83bfd93ab480705a7b99a2ed02765137f5ab55ba
4040
with:
4141
context: .
4242
push: true

0 commit comments

Comments
 (0)