Single platform for container build. #11

Merged
shaun merged 1 commits from feature/update_CICD_trigger into master 2025-05-04 09:30:25 -04:00
Showing only changes of commit 0238308ca9 - Show all commits

View File

@@ -39,16 +39,4 @@ jobs:
platforms: linux/amd64 platforms: linux/amd64
tags: | tags: |
gitea.setlock.net/shaun/neovim:latest gitea.setlock.net/shaun/neovim:latest
gitea.setlock.net/shaun/dotfiles/neovim:latest
gitea.setlock.net/shaun/neovim:${{ env.GIT_TAG }} gitea.setlock.net/shaun/neovim:${{ env.GIT_TAG }}
gitea.setlock.net/shaun/dotfiles/neovim:${{ env.GIT_TAG }}
#
# - name: Build and Push Docker Image
# uses: docker/build-push-action@v5
# with:
# context: ./nvim/tools
# push: true
# platforms: linux/arm64
# tags: |
# gitea.setlock.net/shaun/neovim:latest
# gitea.setlock.net/shaun/neovim:${{ env.GIT_TAG }}