Skip to content

fix(deps): update module go.mongodb.org/mongo-driver to v1.17.1 #209

fix(deps): update module go.mongodb.org/mongo-driver to v1.17.1

fix(deps): update module go.mongodb.org/mongo-driver to v1.17.1 #209

Workflow file for this run

name: "Build and push"
on:
push:
branches: [ main ]
pull_request: { }
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/argo-sync@main"
with:
deployment-name: "mc-player-service"
values-path: "service/values/mc-player-service.yaml"
deployments-repo-token: "${{ secrets.DEPLOYMENTS_REPO_TOKEN }}"