Skip to content

Commit

Permalink
chore: fixed missing secret to authorize download geolite database on…
Browse files Browse the repository at this point in the history
… docker build
  • Loading branch information
Vivaldo Mendonça Pinto committed Apr 7, 2022
1 parent e12c7d6 commit 7916eb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
secrets: |
FEATWS_GEOLITE_TOKEN=${{ secrets.FEATWS_GEOLITE_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
secrets: |
FEATWS_GEOLITE_TOKEN=${{ secrets.FEATWS_GEOLITE_TOKEN }}

0 comments on commit 7916eb0

Please sign in to comment.