You've already forked markdownlint-docker
Compare commits
2 Commits
feat/migra
...
v0.34.0
Author | SHA1 | Date | |
---|---|---|---|
be0df123a8 | |||
bf55a651a1
|
32
.drone.yml
32
.drone.yml
@ -11,7 +11,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: markdown lint
|
||||
commands:
|
||||
@ -63,7 +63,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.10.9
|
||||
@ -126,7 +126,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.10.9
|
||||
@ -189,7 +189,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.10.9
|
||||
@ -252,7 +252,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.10.9
|
||||
@ -313,7 +313,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.10.9
|
||||
@ -374,7 +374,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.10.9
|
||||
@ -431,7 +431,7 @@ clone:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: build-manifest
|
||||
image: docker.io/plugins/manifest:latest
|
||||
@ -493,7 +493,7 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: latest-docker-sync
|
||||
commands:
|
||||
@ -507,7 +507,7 @@ steps:
|
||||
from_secret: container_image_registry_user
|
||||
DEST_CRED_PASSWORD:
|
||||
from_secret: container_image_registry_password
|
||||
image: quay.io/skopeo/stable:v1.12.0
|
||||
image: quay.io/skopeo/stable:v1.11.2
|
||||
|
||||
- name: email-notification
|
||||
environment:
|
||||
@ -554,7 +554,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.10.9
|
||||
@ -611,7 +611,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.10.9
|
||||
@ -668,7 +668,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.10.9
|
||||
@ -721,7 +721,7 @@ clone:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: build-manifest
|
||||
image: docker.io/plugins/manifest:latest
|
||||
@ -777,7 +777,7 @@ clone:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: docker.io/drone/git:1.2.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
||||
|
||||
- name: tagged-docker-sync
|
||||
commands:
|
||||
@ -791,7 +791,7 @@ steps:
|
||||
from_secret: container_image_registry_user
|
||||
DEST_CRED_PASSWORD:
|
||||
from_secret: container_image_registry_password
|
||||
image: quay.io/skopeo/stable:v1.12.0
|
||||
image: quay.io/skopeo/stable:v1.11.2
|
||||
|
||||
- name: email-notification
|
||||
environment:
|
||||
|
@ -1,32 +0,0 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build-x86_64:
|
||||
runs-on: x86_64
|
||||
steps:
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v3
|
||||
# - name: Install docker
|
||||
# run: |
|
||||
# apt-get update
|
||||
# apt-get upgrade --yes
|
||||
# apt-get install --yes ca-certificates curl gnupg
|
||||
# install -m 0755 -d /etc/apt/keyrings
|
||||
# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
||||
# chmod a+r /etc/apt/keyrings/docker.gpg
|
||||
# echo "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||
# apt-get update --yes
|
||||
# apt-get install --yes docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
|
||||
|
||||
- name: build application
|
||||
env:
|
||||
CONTAINER_RUNTIME: podman
|
||||
shell: bash
|
||||
run: make container-image/build
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# MARKDOWNLINT_VERSION
|
||||
# Only required to install a specifiy version
|
||||
MARKDOWNLINT_VERSION?=v0.33.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
MARKDOWNLINT_VERSION?=v0.34.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
|
Reference in New Issue
Block a user