Compare commits
No commits in common. "cea9bea9d2063bb8832a733e12a2f2a90486f73f" and "093cc2b6a742e2343a61fd940027fc1e1aaa53ab" have entirely different histories.
cea9bea9d2
...
093cc2b6a7
2 changed files with 9 additions and 11 deletions
|
@ -64,10 +64,12 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest
|
tags: gitea.mrdev023.fr/florian.richer/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/florian.richer/fedora_atomic_custom_image:latest
|
||||||
# env:
|
env:
|
||||||
# COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
|
TAGS: ${{ steps.push.outputs.digest }}
|
||||||
# COSIGN_PASSWORD: ""
|
COSIGN_EXPERIMENTAL: false
|
||||||
|
COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
|
||||||
|
COSIGN_PASSWORD: ""
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
# My Custom Fedora Atomic Image
|
# My Custom Fedora Atomic Image
|
||||||
|
|
||||||
## Install
|
|
||||||
|
|
||||||
```
|
|
||||||
rpm-ostree rebase ostree-unverified-registry:gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue