diff --git a/.gitea/workflows/build-nightlly.yml b/.gitea/workflows/build-nightlly.yml index 97f3662..d4bbd9f 100644 --- a/.gitea/workflows/build-nightlly.yml +++ b/.gitea/workflows/build-nightlly.yml @@ -12,7 +12,7 @@ jobs: name: Build AppImage runs-on: ubuntu-22.04 container: - image: archlinux:base-devel + image: archlinux:base-devel@sha256:f6b259c6c0cd1bc4c86510485acb6a5f053c15789c9c68c7434b6fe99564906c options: --privileged --device /dev/fuse steps: - name: Prepare container diff --git a/.gitea/workflows/code-build.yml b/.gitea/workflows/code-build.yml index 07b7104..5844e1d 100644 --- a/.gitea/workflows/code-build.yml +++ b/.gitea/workflows/code-build.yml @@ -63,7 +63,7 @@ jobs: needs: changes if: needs.changes.outputs.appimage == 'true' || github.event_name == 'workflow_dispatch' container: - image: archlinux:base-devel + image: archlinux:base-devel@sha256:f6b259c6c0cd1bc4c86510485acb6a5f053c15789c9c68c7434b6fe99564906c options: --privileged --device /dev/fuse steps: - name: Prepare container