diff --git a/.github/workflows/image-rockylinux.yml b/.github/workflows/image-rockylinux.yml index 5e017472b..1bfba894d 100644 --- a/.github/workflows/image-rockylinux.yml +++ b/.github/workflows/image-rockylinux.yml @@ -28,7 +28,7 @@ jobs: - default - cloud architecture: - - ${{ (inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1') && 'arm64' ||'amd64' }}} + - ${{ (inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1') && 'arm64' ||'amd64' }} env: type: "container" distro: "${{ github.job }}"