You've already forked yamllint-docker
							
							Compare commits
	
		
			1 Commits
		
	
	
		
			master
			...
			d44e8fb712
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d44e8fb712 | 
| @@ -15,9 +15,9 @@ jobs: | ||||
|   build-arm64: | ||||
|     runs-on: ubuntu-latest-arm64 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v5.0.0 | ||||
|       - uses: actions/checkout@v4.2.2 | ||||
|       - uses: docker/setup-qemu-action@v3.6.0 | ||||
|       - uses: docker/setup-buildx-action@v3.11.1 | ||||
|       - uses: docker/setup-buildx-action@v3.10.0 | ||||
|  | ||||
|       - name: Build image | ||||
|         run: | | ||||
| @@ -33,9 +33,9 @@ jobs: | ||||
|   build-amd64: | ||||
|     runs-on: ubuntu-latest-amd64 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v5.0.0 | ||||
|       - uses: actions/checkout@v4.2.2 | ||||
|       - uses: docker/setup-qemu-action@v3.6.0 | ||||
|       - uses: docker/setup-buildx-action@v3.11.1 | ||||
|       - uses: docker/setup-buildx-action@v3.10.0 | ||||
|  | ||||
|       - name: Build image | ||||
|         run: | | ||||
|   | ||||
| @@ -16,7 +16,7 @@ jobs: | ||||
|     runs-on: | ||||
|     - ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v5.0.0 | ||||
|     - uses: actions/checkout@v4.2.2 | ||||
|     - uses: DavidAnson/markdownlint-cli2-action@v20.0.0 | ||||
|       with: | ||||
|         globs: '**/*.md' | ||||
|   | ||||
| @@ -9,11 +9,11 @@ jobs: | ||||
|   push-arm64: | ||||
|     runs-on: ubuntu-latest-arm64 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v5.0.0 | ||||
|       - uses: actions/checkout@v4.2.2 | ||||
|       - uses: docker/setup-qemu-action@v3.6.0 | ||||
|       - uses: docker/setup-buildx-action@v3.11.1 | ||||
|       - uses: docker/setup-buildx-action@v3.10.0 | ||||
|  | ||||
|       - uses: docker/login-action@v3.6.0 | ||||
|       - uses: docker/login-action@v3.4.0 | ||||
|         with: | ||||
|           registry: git.cryptic.systems | ||||
|           username: ${{ github.repository_owner }} | ||||
| @@ -35,11 +35,11 @@ jobs: | ||||
|   push-amd64: | ||||
|     runs-on: ubuntu-latest-amd64 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v5.0.0 | ||||
|       - uses: actions/checkout@v4.2.2 | ||||
|       - uses: docker/setup-qemu-action@v3.6.0 | ||||
|       - uses: docker/setup-buildx-action@v3.11.1 | ||||
|       - uses: docker/setup-buildx-action@v3.10.0 | ||||
|  | ||||
|       - uses: docker/login-action@v3.6.0 | ||||
|       - uses: docker/login-action@v3.4.0 | ||||
|         with: | ||||
|           registry: git.cryptic.systems | ||||
|           username: ${{ github.repository_owner }} | ||||
| @@ -64,7 +64,7 @@ jobs: | ||||
|     - push-arm64 | ||||
|     - push-amd64 | ||||
|     steps: | ||||
|       - uses: docker/login-action@v3.6.0 | ||||
|       - uses: docker/login-action@v3.4.0 | ||||
|         with: | ||||
|           registry: git.cryptic.systems | ||||
|           username: ${{ github.repository_owner }} | ||||
|   | ||||
| @@ -13,8 +13,8 @@ jobs: | ||||
|     runs-on: | ||||
|     - ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v5.0.0 | ||||
|     - uses: peter-evans/dockerhub-description@v5.0.0 | ||||
|     - uses: actions/checkout@v4.2.2 | ||||
|     - uses: peter-evans/dockerhub-description@v4.0.2 | ||||
|       with: | ||||
|         username: ${{ secrets.DOCKER_IO_USERNAME }} | ||||
|         password: ${{ secrets.DOCKER_IO_PASSWORD }} | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| FROM docker.io/library/python:3.14.0-alpine AS build | ||||
| FROM docker.io/library/python:3.13.3-alpine AS build | ||||
|  | ||||
| ARG YAMLLINT_VERSION=master | ||||
|  | ||||
|   | ||||
| @@ -6,4 +6,4 @@ This project contains all sources to build the container image `git.cryptic.syst | ||||
| primary goal of this project is to package the binary `yamllint` as container image. The source code of the binary can | ||||
| be found in the upstream project of [adrienverge](https://github.com/adrienverge/yamllint). | ||||
|  | ||||
| The workflow or how `yamllint` can in general be used is pretty [documented](https://yamllint.readthedocs.io/en/stable/). | ||||
| The workflow or how `yamllint` can in general be used is documented [here](https://yamllint.readthedocs.io/en/stable/). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user