You've already forked yamllint-docker
Compare commits
7 Commits
678fcae8af
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| c9b2b0f7d8 | |||
|
4d738842f1
|
|||
|
c250598290
|
|||
| c088046876 | |||
| 4d6953bc19 | |||
|
de71d70920
|
|||
|
b7e534abd8
|
@@ -17,7 +17,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
- uses: docker/setup-qemu-action@v4.0.0
|
- uses: docker/setup-qemu-action@v4.0.0
|
||||||
- uses: docker/setup-buildx-action@v3.12.0
|
with:
|
||||||
|
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||||
|
- uses: docker/setup-buildx-action@v4.0.0
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
@@ -35,7 +37,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
- uses: docker/setup-qemu-action@v4.0.0
|
- uses: docker/setup-qemu-action@v4.0.0
|
||||||
- uses: docker/setup-buildx-action@v3.12.0
|
with:
|
||||||
|
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||||
|
- uses: docker/setup-buildx-action@v4.0.0
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -11,9 +11,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
- uses: docker/setup-qemu-action@v4.0.0
|
- uses: docker/setup-qemu-action@v4.0.0
|
||||||
- uses: docker/setup-buildx-action@v3.12.0
|
with:
|
||||||
|
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||||
|
- uses: docker/setup-buildx-action@v4.0.0
|
||||||
|
|
||||||
- uses: docker/login-action@v4.0.0
|
- uses: docker/login-action@v4.1.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -37,9 +39,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
- uses: docker/setup-qemu-action@v4.0.0
|
- uses: docker/setup-qemu-action@v4.0.0
|
||||||
- uses: docker/setup-buildx-action@v3.12.0
|
with:
|
||||||
|
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||||
|
- uses: docker/setup-buildx-action@v4.0.0
|
||||||
|
|
||||||
- uses: docker/login-action@v4.0.0
|
- uses: docker/login-action@v4.1.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -64,7 +68,7 @@ jobs:
|
|||||||
- push-arm64
|
- push-arm64
|
||||||
- push-amd64
|
- push-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/login-action@v4.0.0
|
- uses: docker/login-action@v4.1.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/python:3.14.3-alpine AS build
|
FROM docker.io/library/python:3.14.4-alpine AS build
|
||||||
|
|
||||||
ARG YAMLLINT_VERSION=master
|
ARG YAMLLINT_VERSION=master
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user