Skip to content

Commit

Permalink
Tc
Browse files Browse the repository at this point in the history
  • Loading branch information
msune committed Oct 1, 2024
1 parent 90e2353 commit 983e0ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/build_containers/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ inputs:
daemons:
required: true
type: string
default: "pmacctd nfacctd sfacctd uacctd pmbgpd pmbmpd pmtelemetryd"
ci_num_workers:
required: false
type: string
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- cron: '0 0 * * *' # every day at midnight

#Global vars
env:
DAEMONS: "pmacctd nfacctd sfacctd uacctd pmbgpd pmbmpd pmtelemetryd"

jobs:
### Step 1: build container images
builder-docker:
Expand Down Expand Up @@ -116,6 +119,8 @@ jobs:

- name: Build containers
uses: ./pmacct/.github/actions/build_containers/
with:
daemons: ${DAEMONS}

- name: Docker save images
run: |
Expand Down

0 comments on commit 983e0ba

Please sign in to comment.