diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-12-04 10:35:56 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-12-04 10:35:56 +0000 |
commit | 01eb2accf8fbfc4848ed3306ec8a37bba2bed39e (patch) | |
tree | 2e1d8c3feee223b30bfb602d83662ef536da94c4 | |
parent | 03a664a5a1f57ffcb9467434c4939f8be7e1860b (diff) | |
download | vyos-1x-01eb2accf8fbfc4848ed3306ec8a37bba2bed39e.tar.gz vyos-1x-01eb2accf8fbfc4848ed3306ec8a37bba2bed39e.zip |
T6923: Add debian-security-mirror for package-smoketests
-rw-r--r-- | .github/workflows/package-smoketest.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index 91c968c82..d352bd3cb 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -17,6 +17,7 @@ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed for PR comments BUILD_BY: autobuild@vyos.net DEBIAN_MIRROR: http://deb.debian.org/debian/ + DEBIAN_SECURITY_MIRROR: http://deb.debian.org/debian-security VYOS_MIRROR: https://packages.vyos.net/repositories/current/ jobs: @@ -56,6 +57,7 @@ jobs: --build-type release \ --custom-package vyos-1x-smoketest \ --debian-mirror $DEBIAN_MIRROR \ + --debian-security-mirror $DEBIAN_SECURITY_MIRROR \ --version ${{ steps.version.outputs.build_version }} \ --vyos-mirror $VYOS_MIRROR \ generic |