diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index fad80ed..907f387 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -20,8 +20,12 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push Main web app container image to registry - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: + context: . push: true tags: latest + platforms: | + linux/amd64 + linux/arm64 file: ./Dockerfile