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