Skip to content

Commit a665e97

Browse files
rootroot
authored andcommitted
fix(ci): update Docker action revisions
1 parent b21b838 commit a665e97

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3232

3333
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@b5730b14e8b0bc39f62ade545785cb7e6f44b97c # v3
34+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
3535

3636
- name: Build image
37-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b4b5 # v6
37+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
3838
with:
3939
context: .
4040
platforms: linux/amd64
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Push to GHCR
7272
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
73-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b4b5 # v6
73+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
7474
with:
7575
context: .
7676
platforms: linux/amd64

0 commit comments

Comments
 (0)