Skip to content

Commit

Permalink
feat: make windows and darwin images
Browse files Browse the repository at this point in the history
  • Loading branch information
chuhlomin committed Jan 24, 2024
1 parent a201446 commit bc6d31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ outputs:

runs:
using: docker
image: 'docker://chuhlomin/render-template:v1.9'
image: 'docker://chuhlomin/render-template:v1.10'

0 comments on commit bc6d31d

Please sign in to comment.