We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e4fe5 commit b73417cCopy full SHA for b73417c
.github/workflows/local-analysis.yaml
@@ -1,6 +1,9 @@
1
name: "Codacy Local Analysis"
2
3
-on: push
+on:
4
+ push:
5
+ tags-ignore:
6
+ - '**'
7
8
jobs:
9
analyze:
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Login to Docker Hub
21
uses: docker/login-action@v3
22
with:
23
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: codingdepot
24
password: ${{ secrets.DOCKERHUB_TOKEN }}
25
- name: Extract metadata (tags, labels) for Docker
26
id: meta
0 commit comments