From ad427276df8a2e03770edffeb00400abf8a0fd3f Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 12 Oct 2024 00:05:37 +0200 Subject: [PATCH] Try build JustForFun image instead of florian.richer --- .gitea/workflows/build.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 461c263..9e113f8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -54,7 +54,7 @@ jobs: uses: https://github.com/docker/metadata-action@v5 id: meta with: - images: gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image + images: gitea.mrdev023.fr/JustForFun/fedora_atomic_custom_image - name: Build and Push Image uses: https://github.com/docker/build-push-action@v5 @@ -62,12 +62,12 @@ jobs: context: . file: ./Containerfile push: true - tags: gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest + tags: gitea.mrdev023.fr/JustForFun/fedora_atomic_custom_image:latest # - name: Sign container image # if: gitea.event_name != 'pull_request' # run: | - # cosign sign -y --key env://COSIGN_PRIVATE_KEY gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest + # cosign sign -y --key env://COSIGN_PRIVATE_KEY gitea.mrdev023.fr/JustForFun/fedora_atomic_custom_image:latest # env: # COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }} # COSIGN_PASSWORD: "" diff --git a/README.md b/README.md index 4552b99..8c091c2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Install ``` -rpm-ostree rebase ostree-unverified-registry:gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest +rpm-ostree rebase ostree-unverified-registry:gitea.mrdev023.fr/JustForFun/fedora_atomic_custom_image:latest ``` ## Thanks