Skip to content

Commit

Permalink
GitHub actions (#12)
Browse files Browse the repository at this point in the history
* update workflow files

---------

Co-authored-by: Robert Haimerl <[email protected]>
  • Loading branch information
CodingDepot and Robert Haimerl authored Jul 26, 2024
1 parent 01e4fe5 commit b73417c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/local-analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Codacy Local Analysis"

on: push
on:
push:
tags-ignore:
- '**'

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: codingdepot
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit b73417c

Please sign in to comment.