Skip to content

Commit

Permalink
Update build-vcpkg.yml
Browse files Browse the repository at this point in the history
Signed-off-by: prabhu <[email protected]>
  • Loading branch information
prabhu authored Nov 5, 2024
1 parent 5b96bc3 commit ab411cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Build and Upload vcpkg blint-db 0.1.0

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */12 * * *"
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: appthreat/blintdb

jobs:
builder:
runs-on: dev1-actions2
runs-on: [self-hosted, almalinux]
permissions:
contents: write
packages: write
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ github.actor }}
GITHUB_USERNAME: ${{ github.actor }}

0 comments on commit ab411cd

Please sign in to comment.