diff options
-rw-r--r-- | .github/workflows/mergifyio_backport.yml | 2 | ||||
-rw-r--r-- | data/defaults.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mergifyio_backport.yml b/.github/workflows/mergifyio_backport.yml index f1f4312c..80cd4d4c 100644 --- a/.github/workflows/mergifyio_backport.yml +++ b/.github/workflows/mergifyio_backport.yml @@ -4,7 +4,7 @@ on: [issue_comment] jobs: mergifyio_backport: - if: github.repository == 'vyos/vyos-1x' + if: github.repository == 'vyos/vyos-build' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/data/defaults.toml b/data/defaults.toml index a64cbb88..997eed0c 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -14,7 +14,7 @@ vyos_mirror = "https://rolling-packages.vyos.net/current" vyos_branch = "current" release_train = "current" -kernel_version = "6.1.52" +kernel_version = "6.1.53" bootloaders = "syslinux,grub-efi" squashfs_compression_type = "xz -Xbcj x86 -b 256k -always-use-fragments -no-recovery" |