Skip to content

Commit c066db6

Browse files
committed
fix
1 parent 608d921 commit c066db6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-linux-release.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,10 @@ jobs:
9898
uses: actions/checkout@v3
9999

100100
- name: Set up QEMU
101-
uses: docker/setup-qemu-action@v2
102-
with:
103-
platforms: arm64,amd64
101+
uses: docker/setup-qemu-action@v3
104102

105103
- name: Set up Docker Buildx
106-
uses: docker/setup-buildx-action@v2
104+
uses: docker/setup-buildx-action@v3
107105

108106
- name: Extract version from tag
109107
id: get_version
@@ -161,7 +159,8 @@ jobs:
161159
password: ${{ secrets.GHCR_PASSWORD }}
162160

163161
- name: Build and push Docker image
164-
uses: docker/build-push-action@v4
162+
id: build
163+
uses: docker/build-push-action@v6
165164
with:
166165
context: ./docker
167166
push: true

0 commit comments

Comments
 (0)