Skip to content

Commit

Permalink
Merge pull request #5 from JacekZubielik:actions
Browse files Browse the repository at this point in the history
Code clean up
  • Loading branch information
JacekZubielik authored May 7, 2024
2 parents e68e4dd + 7b56146 commit 8f7435d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-update-readme.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Update Docker Hub Description
---
name: Update Docker Hub description

on:
pull_request:
Expand All @@ -12,6 +13,7 @@ on:
paths-ignore:
- 'CONTRIBUTING.md'
- 'docs/**'

workflow_dispatch:

jobs:
Expand All @@ -20,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Update Docker Hub Description
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'CONTRIBUTING.md'
- 'README.md'
- 'docs/**'

workflow_dispatch:

permissions:
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
image:
needs: [release]
runs-on: [ubuntu-latest]

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8f7435d

Please sign in to comment.