Skip to content

Commit

Permalink
fix(ci): Fix Github Workflow CI (#15)
Browse files Browse the repository at this point in the history
`````release_notes
## Whats new
In this release I fixed the following things:
- Deactivate Cortex Dockerhub Description Update Test (because it does not work)
- Update TheHive Version
````
  • Loading branch information
8ear committed Feb 13, 2021
1 parent 6fb5e19 commit 9f1e72b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_docker_cortex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
tag_with_latest: true
cache: true
cache_registry: ${{ secrets.DOCKERHUB_ORG }}/cache
- name: push README to Dockerhub
uses: christian-korneck/update-container-description-action@v1
env:
DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASS: ${{ secrets.DOCKER_PASSWORD }}
with:
destination_container_repo: ${{env.MY_DOCKER_REPO}}
provider: dockerhub
short_description: 'TheHive Cortex (v.${{ matrix.VERSION }}) Daily Docker Container base on Debian'
readme_file: 'README.md'
#- name: push README to Dockerhub
# uses: christian-korneck/update-container-description-action@v1
# env:
# DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
# DOCKER_PASS: ${{ secrets.DOCKER_PASSWORD }}
# with:
# destination_container_repo: ${{env.MY_DOCKER_REPO}}
# provider: dockerhub
# short_description: 'TheHive Cortex (v.${{ matrix.VERSION }}) Daily Docker Container base on Debian'
# readme_file: 'README.md'
other:
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_thehive4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
latest:
strategy:
matrix:
VERSION: [4.0.4]
VERSION: [4.0.5]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
other:
strategy:
matrix:
VERSION: [4.0.3,4.0.2]
VERSION: [4.0.4,4.0.3,4.0.2]
continue-on-error: true
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9f1e72b

Please sign in to comment.