Skip to content

Commit b73417c

Browse files
CodingDepotRobert Haimerl
and
Robert Haimerl
authored
GitHub actions (#12)
* update workflow files --------- Co-authored-by: Robert Haimerl <[email protected]>
1 parent 01e4fe5 commit b73417c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/local-analysis.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Codacy Local Analysis"
22

3-
on: push
3+
on:
4+
push:
5+
tags-ignore:
6+
- '**'
47

58
jobs:
69
analyze:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Login to Docker Hub
2121
uses: docker/login-action@v3
2222
with:
23-
username: ${{ secrets.DOCKERHUB_USERNAME }}
23+
username: codingdepot
2424
password: ${{ secrets.DOCKERHUB_TOKEN }}
2525
- name: Extract metadata (tags, labels) for Docker
2626
id: meta

0 commit comments

Comments
 (0)