You've already forked markdownlint-docker
Compare commits
3 Commits
fc500c5605
...
feat/migra
Author | SHA1 | Date | |
---|---|---|---|
6e8a6e70f7
|
|||
bcf0eed0a9 | |||
ab620531ed |
@ -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:
|
||||||
|
@ -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
|
Reference in New Issue
Block a user