3 Commits

Author SHA1 Message Date
Shaun Setlock
9e5b2def91 Removed unnecessary branch name in Actions workflow. 2025-05-03 17:00:50 -04:00
Shaun Setlock
b82db31e2c Removed unnecessary branch name in Actions workflow. 2025-05-03 16:56:42 -04:00
bf228bf176 Created Actions workflow for nvim container build. (#3)
Co-authored-by: Shaun Setlock <shaun@setlock.net>
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/3
2025-05-03 16:46:11 -04:00

View File

@@ -4,7 +4,6 @@ name: Build and Push Docker Image
on:
push:
branches:
- main
- master
tags:
- "v*" # triggers when you push a tag like v1.0.0