1 Commits

Author SHA1 Message Date
b940f75259 Merge pull request 'Fixing tagging.' (#10) from feature/update_CICD_trigger into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m48s
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/10
2025-05-03 22:46:30 -04:00

View File

@@ -39,4 +39,16 @@ 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 }}