diff options
author | Paramtamtam <[email protected]> | 2022-02-21 17:06:16 +0500 |
---|---|---|
committer | Paramtamtam <[email protected]> | 2022-02-21 17:06:16 +0500 |
commit | 7be6110f1e18e4d174a4deee005a33f9b27728b0 (patch) | |
tree | 0ff4458c4a2bb804702f8627530aed889a1de2fb | |
parent | 06dcb5aa411e1466dd664217c9432395c9ee3538 (diff) |
revert task name
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a62d38be..324c76ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -136,7 +136,7 @@ jobs: retention-days: 10 docker-image: - name: Build and scan docker image + name: Build docker image runs-on: ubuntu-latest needs: [ golangci-lint, go-test ] steps: |