Skip to content

Update module go.mongodb.org/mongo-driver to v1.12.1 #44

Update module go.mongodb.org/mongo-driver to v1.12.1

Update module go.mongodb.org/mongo-driver to v1.12.1 #44

Workflow file for this run

name: "Build and push"
on:
push:
branches: []
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: "emortalmc/actions/go/lint@main"
publish:
needs: "lint"
runs-on: "ubuntu-latest"
steps:
- uses: "emortalmc/actions/go/publish-single@main"
with:
registry-password: "${{ secrets.GITHUB_TOKEN }}"
deploy:
needs: "publish"
runs-on: "ubuntu-latest"
if: "github.ref == 'refs/heads/main'"
steps:
- uses: "emortalmc/actions/k8s-sync@main"
with:
manifest-path: "deployment.yaml"