diff --git a/.github/workflows/image-builder.yml b/.github/workflows/image-builder.yml index 44b94a73..64217c0f 100644 --- a/.github/workflows/image-builder.yml +++ b/.github/workflows/image-builder.yml @@ -14,7 +14,7 @@ env: jobs: build_dockerfile: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: Build and publish the image steps: - name: Check out the website repository