Skip to content

Commit ab15b4c

Browse files
committed
Remove test workflow
1 parent 610a8af commit ab15b4c

File tree

2 files changed

+4
-54
lines changed

2 files changed

+4
-54
lines changed

.github/workflows/release.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
type=semver,pattern={{major}}.{{minor}}
4040
type=semver,pattern={{major}}
4141
type=sha
42+
- name: Set up QEMU
43+
uses: docker/setup-qemu-action@v2
4244
- name: Set up Docker Buildx
4345
uses: docker/setup-buildx-action@v2
4446
- name: Login to DockerHub
@@ -47,9 +49,10 @@ jobs:
4749
username: ${{ secrets.DOCKERHUB_USERNAME }}
4850
password: ${{ secrets.DOCKERHUB_TOKEN }}
4951
- name: Build and push
50-
uses: docker/build-push-action@v3
52+
uses: docker/build-push-action@v4
5153
with:
5254
context: .
55+
platforms: linux/amd64,linux/arm64
5356
push: ${{ github.event_name != 'pull_request' }}
5457
tags: ${{ steps.meta.outputs.tags }}
5558
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/test.yaml

-53
This file was deleted.

0 commit comments

Comments
 (0)