To lowercase
All checks were successful
build-ublue-custom / Build and push image (push) Successful in 8m52s
All checks were successful
build-ublue-custom / Build and push image (push) Successful in 8m52s
This commit is contained in:
parent
ad427276df
commit
26f94742c5
2 changed files with 7 additions and 4 deletions
|
@ -13,6 +13,9 @@ on:
|
|||
- '**/README.md'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
IMAGE: gitea.mrdev023.fr/justforfun/fedora_atomic_custom_image
|
||||
|
||||
jobs:
|
||||
build_push:
|
||||
name: Build and push image
|
||||
|
@ -54,7 +57,7 @@ jobs:
|
|||
uses: https://github.com/docker/metadata-action@v5
|
||||
id: meta
|
||||
with:
|
||||
images: gitea.mrdev023.fr/JustForFun/fedora_atomic_custom_image
|
||||
images: ${{ env.IMAGE }}
|
||||
|
||||
- name: Build and Push Image
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
|
@ -62,12 +65,12 @@ jobs:
|
|||
context: .
|
||||
file: ./Containerfile
|
||||
push: true
|
||||
tags: gitea.mrdev023.fr/JustForFun/fedora_atomic_custom_image:latest
|
||||
tags: ${{ env.IMAGE }}:latest
|
||||
|
||||
# - name: Sign container image
|
||||
# if: gitea.event_name != 'pull_request'
|
||||
# run: |
|
||||
# cosign sign -y --key env://COSIGN_PRIVATE_KEY gitea.mrdev023.fr/JustForFun/fedora_atomic_custom_image:latest
|
||||
# cosign sign -y --key env://COSIGN_PRIVATE_KEY ${{ env.IMAGE }}:latest
|
||||
# env:
|
||||
# COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
|
||||
# COSIGN_PASSWORD: ""
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
## Install
|
||||
|
||||
```
|
||||
rpm-ostree rebase ostree-unverified-registry:gitea.mrdev023.fr/JustForFun/fedora_atomic_custom_image:latest
|
||||
rpm-ostree rebase ostree-unverified-registry:gitea.mrdev023.fr/justforfun/fedora_atomic_custom_image:latest
|
||||
```
|
||||
|
||||
## Thanks
|
||||
|
|
Loading…
Reference in a new issue