diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 0f088ee..1f64a5c 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: needs: check-changes runs-on: docker container: - image: catthehacker/ubuntu:act-22.04 + image: ghcr.io/catthehacker/ubuntu:js-22.04 if: ${{ needs.check-changes.outputs.all_changed_and_modified_files_count >= 1 }} permissions: contents: write