feat: add Docker build and push to CI workflow #314

Merged
argoyle merged 1 commits from feat/ci-docker-build into main 2026-01-10 19:40:21 +00:00
+13
View File
@@ -28,3 +28,16 @@ jobs:
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...
build:
runs-on: ubuntu-latest
needs: [test, vulnerabilities]
if: github.event_name == 'push'
env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
steps:
- uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1
- name: Build and push
run: unset GITEA_TOKEN && build && push