From bc6d31dcfac108c0dbc6fae44f06bf27071c5595 Mon Sep 17 00:00:00 2001 From: Konstantin Chukhlomin Date: Tue, 23 Jan 2024 22:21:32 -0500 Subject: [PATCH] feat: make windows and darwin images --- .github/workflows/release.yml | 1 + action.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4729bdc..0ea6505 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} image_name: ${{ env.DOCKER_IMAGE }} tags: ${{ env.DOCKER_IMAGE }}:${{ steps.get_tag.outputs.tag }} + platforms: linux/amd64,linux/arm64,linux/arm/v7,windows/amd64,windows/arm64,windows/386,darwin/amd64,darwin/arm64 update-tag: runs-on: ubuntu-latest diff --git a/action.yml b/action.yml index 63eb9b7..b74844c 100644 --- a/action.yml +++ b/action.yml @@ -34,4 +34,4 @@ outputs: runs: using: docker - image: 'docker://chuhlomin/render-template:v1.9' + image: 'docker://chuhlomin/render-template:v1.10'