Skip to content

Commit

Permalink
[contributors-action] altera gatilho da GH Action + ajustes no Docker…
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
nkzren committed Oct 6, 2023
1 parent 89ee405 commit 19ee8f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/okfn-contributors/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:20
LABEL mantainer="nkzren"
FROM docker.io/node:20

WORKDIR /opt/contributors

ENTRYPOINT [ "/opt/contributors/entrypoint.sh" ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-contributors.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
workflow_dispatch:
push:
branches: ["main"]
schedule:
- cron: '0 0 * * 0'

jobs:
update-contributors:
Expand Down

0 comments on commit 19ee8f4

Please sign in to comment.