Skip to content

fix(deps): update module github.com/spf13/viper to v1.19.0 #156

fix(deps): update module github.com/spf13/viper to v1.19.0

fix(deps): update module github.com/spf13/viper to v1.19.0 #156

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 }}"