Try build JustForFun image instead of florian.richer
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 55s

This commit is contained in:
Florian RICHER 2024-10-12 00:05:37 +02:00
parent 11b139d133
commit ad427276df
2 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ jobs:
uses: https://github.com/docker/metadata-action@v5 uses: https://github.com/docker/metadata-action@v5
id: meta id: meta
with: 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 - name: Build and Push Image
uses: https://github.com/docker/build-push-action@v5 uses: https://github.com/docker/build-push-action@v5
@ -62,12 +62,12 @@ jobs:
context: . context: .
file: ./Containerfile file: ./Containerfile
push: true 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 # - name: Sign container image
# if: gitea.event_name != 'pull_request' # if: gitea.event_name != 'pull_request'
# run: | # 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: # env:
# COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }} # COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
# COSIGN_PASSWORD: "" # COSIGN_PASSWORD: ""

View file

@ -3,7 +3,7 @@
## Install ## 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 ## Thanks