You've already forked yamllint-docker
Compare commits
4 Commits
e75f4e4505
...
renovate/c
Author | SHA1 | Date | |
---|---|---|---|
2e9c77b7a8
|
|||
f53fcc6997 | |||
6052b80477
|
|||
d667347652 |
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v5.0.0
|
||||||
- uses: peter-evans/dockerhub-description@v4.0.2
|
- uses: peter-evans/dockerhub-description@v5.0.0
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/python:3.13.7-alpine AS build
|
FROM docker.io/library/python:3.14.0-alpine AS build
|
||||||
|
|
||||||
ARG YAMLLINT_VERSION=master
|
ARG YAMLLINT_VERSION=master
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user