Skip to content

chore(deps): update docker/login-action action to v4.1.0 (#455) #322

chore(deps): update docker/login-action action to v4.1.0 (#455)

chore(deps): update docker/login-action action to v4.1.0 (#455) #322

Workflow file for this run

name: Main
on:
push:
branches: [main]
tags-ignore: '*'
jobs:
goreportcard:
runs-on: ubuntu-latest
steps:
- uses: creekorful/goreportcard-action@v1.0
build:
uses: ./.github/workflows/build.yaml
lint:
uses: ./.github/workflows/lint.yaml
unit-tests:
uses: ./.github/workflows/test.yaml
publish:
uses: ./.github/workflows/publish.yaml
needs: [unit-tests, lint, build]
with:
publish: false