Compare commits

..
6 Commits
Author SHA1 Message Date
Keli Grubb 96d594bece Merge pull request 'chore(deps): update buildpack-deps docker tag to v26' (#3) from renovate/buildpack-deps-26.x into main
Reviewed-on: #3
2026-08-14 02:07:36 +00:00
Renovate Bot a26f2831d7 chore(deps): update buildpack-deps docker tag to v26
Lint Docker files and shell scripts / Lint Dockerfile with hadolint (pull_request) Failing after 1s
Lint Docker files and shell scripts / Lint shell scripts with shellcheck (pull_request) Successful in 7s
2026-08-14 02:07:07 +00:00
Keli Grubb 0373ba3cf1 Merge pull request 'chore(deps): update https://git.keligrubb.com/actions/checkout action to v7' (#4) from renovate/https-git.keligrubb.com-actions-checkout-7.x into main
Reviewed-on: #4
2026-08-14 02:06:56 +00:00
Renovate Bot 293f7f9d8f chore(deps): update https://git.keligrubb.com/actions/checkout action to v7
Lint Docker files and shell scripts / Lint Dockerfile with hadolint (pull_request) Failing after 1s
Lint Docker files and shell scripts / Lint shell scripts with shellcheck (pull_request) Successful in 7s
2026-08-14 00:02:22 +00:00
Keli Grubb 77c607d018 Merge pull request 'chore(deps): update https://git.keligrubb.com/actions/setup-go action to v7' (#5) from renovate/https-git.keligrubb.com-actions-setup-go-7.x into main
Reviewed-on: #5
2026-08-13 23:03:29 +00:00
Renovate Bot 76c49f1574 chore(deps): update https://git.keligrubb.com/actions/setup-go action to v7
Lint Docker files and shell scripts / Lint Dockerfile with hadolint (pull_request) Failing after 1s
renovate/stability-days Updates have met minimum release age requirement
Lint Docker files and shell scripts / Lint shell scripts with shellcheck (pull_request) Successful in 7s
2026-08-13 23:02:25 +00:00
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ jobs:
- 22.04
steps:
- uses: https://git.keligrubb.com/actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v7
- name: Log in to container registry
uses: https://git.keligrubb.com/actions/docker-login-action@v4
@@ -103,12 +103,12 @@ jobs:
done < .tags
- if: ${{ !env.SKIP_TEST }}
uses: https://git.keligrubb.com/actions/setup-go@v6
uses: https://git.keligrubb.com/actions/setup-go@v7
with:
go-version: '>=1.21.0'
- if: ${{ !env.SKIP_TEST }}
uses: https://git.keligrubb.com/actions/checkout@v6
uses: https://git.keligrubb.com/actions/checkout@v7
with:
repository: nektos/act
path: act
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
name: Lint Dockerfile with hadolint
runs-on: ubuntu-latest
steps:
- uses: https://git.keligrubb.com/actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v7
- name: Run hadolint
uses: hadolint/hadolint-action@v3
with:
@@ -23,7 +23,7 @@ jobs:
name: Lint shell scripts with shellcheck
runs-on: ubuntu-latest
steps:
- uses: https://git.keligrubb.com/actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v7
- name: Install shellcheck
run: |
sudo apt-get update
+1 -1
View File
@@ -1,5 +1,5 @@
ARG FROM_IMAGE=buildpack-deps
ARG FROM_TAG=24.04
ARG FROM_TAG=26.10
FROM ${FROM_IMAGE}:${FROM_TAG}
# > automatic buildx ARGs