Fixing tagging.

This commit is contained in:
Shaun Setlock
2025-05-03 22:45:35 -04:00
parent fd5a511c71
commit 387748e89b

View File

@@ -39,7 +39,9 @@ jobs:
platforms: linux/amd64
tags: |
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/dotfiles/neovim:${{ env.GIT_TAG }}
#
# - name: Build and Push Docker Image
# uses: docker/build-push-action@v5