Skip to content

Commit 2e22511

Browse files
author
Robert Haimerl
committed
update workflow files
1 parent f5e0daa commit 2e22511

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)