Merge pull request #23 from dir01/dependabot/go_modules/github.com/ru… #54
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: On push to master | |
on: | |
push: | |
branches: [master] | |
jobs: | |
test: | |
name: Run tests | |
uses: ./.github/workflows/do_run_tests.yml | |
image: | |
name: Create and publish a Docker image | |
needs: test | |
uses: ./.github/workflows/do_build_image.yml | |
secrets: | |
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }} |