Try build JustForFun image instead of florian.richer
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 55s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 55s
This commit is contained in:
parent
11b139d133
commit
ad427276df
2 changed files with 4 additions and 4 deletions
|
@ -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: ""
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue