diff --git a/.github/workflows/vyos_lts_build_release.yml b/.github/workflows/vyos_lts_build_release.yml index 78d1ac5..7db7079 100644 --- a/.github/workflows/vyos_lts_build_release.yml +++ b/.github/workflows/vyos_lts_build_release.yml @@ -14,7 +14,7 @@ jobs: # For VyOS 1.3 (equuleus) use vyos/vyos-build:equuleus # For our VyOS rolling release you should use vyos/vyos-build which will always refer to the latest image. # Ref: https://docs.vyos.io/en/latest/contributing/build-vyos.html#build - image: vyos/vyos-build:crux + image: vyos/vyos-build:equuleus env: TZ: Asia/Tokyo options: --privileged @@ -29,7 +29,7 @@ jobs: run: | set -eux - git clone -b crux --single-branch https://github.com/vyos/vyos-build + git clone -b equuleus --single-branch https://github.com/vyos/vyos-build - name: configure working-directory: vyos-build