Compare commits
1 Commits
v0.0.12
...
b940f75259
| Author | SHA1 | Date | |
|---|---|---|---|
| b940f75259 |
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user