From 146f65797e5a7c10d2429fc9d479cffd42d229c3 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 6 Jul 2025 17:26:43 +1000 Subject: [PATCH] feat: update gitea build images (#21) - update the images used in gitea workflows Reviewed-on: https://git.unkin.net/unkin/packer-images/pulls/21 --- .gitea/workflows/build.yaml | 2 +- .gitea/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 441beb8..9a7fe20 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,7 +7,7 @@ jobs: build: runs-on: almalinux-8 container: - image: git.query.consul/unkin/almalinux9-actionsdind:latest + image: git.unkin.net/unkin/almalinux9-actionsdind:latest options: --privileged steps: diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index eceb5ad..640d760 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,7 +9,7 @@ jobs: build: runs-on: almalinux-8 container: - image: git.query.consul/unkin/almalinux9-actionsdind:latest + image: git.unkin.net/unkin/almalinux9-actionsdind:latest options: --privileged steps: