Compare commits
6
Commits
5c06508207
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96d594bece | ||
|
|
a26f2831d7 | ||
|
|
0373ba3cf1 | ||
|
|
293f7f9d8f | ||
|
|
77c607d018 | ||
|
|
76c49f1574 |
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- 22.04
|
- 22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.keligrubb.com/actions/checkout@v6
|
- uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
|
|
||||||
- name: Log in to container registry
|
- name: Log in to container registry
|
||||||
uses: https://git.keligrubb.com/actions/docker-login-action@v4
|
uses: https://git.keligrubb.com/actions/docker-login-action@v4
|
||||||
@@ -103,12 +103,12 @@ jobs:
|
|||||||
done < .tags
|
done < .tags
|
||||||
|
|
||||||
- if: ${{ !env.SKIP_TEST }}
|
- if: ${{ !env.SKIP_TEST }}
|
||||||
uses: https://git.keligrubb.com/actions/setup-go@v6
|
uses: https://git.keligrubb.com/actions/setup-go@v7
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.21.0'
|
go-version: '>=1.21.0'
|
||||||
|
|
||||||
- if: ${{ !env.SKIP_TEST }}
|
- if: ${{ !env.SKIP_TEST }}
|
||||||
uses: https://git.keligrubb.com/actions/checkout@v6
|
uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: nektos/act
|
repository: nektos/act
|
||||||
path: act
|
path: act
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ jobs:
|
|||||||
name: Lint Dockerfile with hadolint
|
name: Lint Dockerfile with hadolint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.keligrubb.com/actions/checkout@v6
|
- uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
- name: Run hadolint
|
- name: Run hadolint
|
||||||
uses: hadolint/hadolint-action@v3
|
uses: hadolint/hadolint-action@v3
|
||||||
with:
|
with:
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
name: Lint shell scripts with shellcheck
|
name: Lint shell scripts with shellcheck
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.keligrubb.com/actions/checkout@v6
|
- uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
- name: Install shellcheck
|
- name: Install shellcheck
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
ARG FROM_IMAGE=buildpack-deps
|
ARG FROM_IMAGE=buildpack-deps
|
||||||
ARG FROM_TAG=24.04
|
ARG FROM_TAG=26.10
|
||||||
FROM ${FROM_IMAGE}:${FROM_TAG}
|
FROM ${FROM_IMAGE}:${FROM_TAG}
|
||||||
|
|
||||||
# > automatic buildx ARGs
|
# > automatic buildx ARGs
|
||||||
|
|||||||
Reference in New Issue
Block a user