3 Commits

Author SHA1 Message Date
6e8a6e70f7 fix(ci): define container-runtime
Some checks failed
build-x86_64
build / build-x86_64 (push) Failing after 14s
2023-05-21 13:07:15 +02:00
bcf0eed0a9 Merge pull request 'chore(deps): update dependency quay.io/skopeo/stable to v1.12.0' (#18) from renovate/quay.io-skopeo-stable-1.x into master
Some checks failed
build-x86_64
Reviewed-on: #18
2023-05-21 10:47:09 +00:00
ab620531ed chore(deps): update dependency quay.io/skopeo/stable to v1.12.0
Some checks failed
build-x86_64
2023-05-18 13:58:38 +02:00
2 changed files with 4 additions and 2 deletions

View File

@ -507,7 +507,7 @@ steps:
from_secret: container_image_registry_user from_secret: container_image_registry_user
DEST_CRED_PASSWORD: DEST_CRED_PASSWORD:
from_secret: container_image_registry_password from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.11.2 image: quay.io/skopeo/stable:v1.12.0
- name: email-notification - name: email-notification
environment: environment:
@ -791,7 +791,7 @@ steps:
from_secret: container_image_registry_user from_secret: container_image_registry_user
DEST_CRED_PASSWORD: DEST_CRED_PASSWORD:
from_secret: container_image_registry_password from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.11.2 image: quay.io/skopeo/stable:v1.12.0
- name: email-notification - name: email-notification
environment: environment:

View File

@ -26,5 +26,7 @@ jobs:
- name: build application - name: build application
env:
CONTAINER_RUNTIME: podman
shell: bash shell: bash
run: make container-image/build run: make container-image/build