Skip to content

Commit 2ea46f8

Browse files
update docer actions
1 parent c06eb4c commit 2ea46f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ jobs:
4545
tags: |
4646
type=raw,value={{ sha }},enable=true
4747
type=raw,value=suffix=.latest
48+
49+
- name: Docker Setup Buildx
50+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # pin@v3.8.0
4851

4952
- name: Build and push Docker image
50-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
53+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # pin@v6.12.0
5154
with:
5255
context: .
5356
push: true

0 commit comments

Comments
 (0)