Skip to content

Commit

Permalink
Merge pull request #1 from CyberMind-FR/crowdsec
Browse files Browse the repository at this point in the history
spksrc/spk/crowdsec-firewall-bouncer: update logo
  • Loading branch information
erdoukki committed Feb 23, 2022
2 parents af2471b + e182f5f commit e8a9ea9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
persist-credentials: false

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
persist-credentials: false

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
persist-credentials: false

Expand Down Expand Up @@ -194,5 +194,5 @@ jobs:
with:
files: 'packages/*.spk'
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

9 changes: 6 additions & 3 deletions .github/workflows/docker.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v2
Expand All @@ -59,6 +59,9 @@ jobs:
# tags: |
# synocommunity/spksrc:latest
# ghcr.io/synocommunity/spksrc:latest
tags: ghcr.io/cybermind-fr/spksrc-crowdsec-private:latest
# tags: ghcr.io/cybermind-fr/spksrc-crowdsec-private:latest
tags:
crowdsecurity/spksrc-crowdsec:latest
ghcr.io/crowdsecurity/spksrc-crowdsec:latest
submodules: recursive
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
Binary file modified spk/crowdsec-firewall-bouncer/src/crowdsec-firewall-bouncer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e8a9ea9

Please sign in to comment.