Compare commits
4 Commits
b20462b3b8
...
f4b1248781
| Author | SHA1 | Date |
|---|---|---|
|
|
f4b1248781 | |
|
|
236ba5690e | |
|
|
fa67e45814 | |
|
|
1ca46a96a8 |
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
remove-android: 'true'
|
remove-android: 'true'
|
||||||
remove-dotnet: 'true'
|
remove-dotnet: 'true'
|
||||||
remove-haskell: 'true'
|
remove-haskell: 'true'
|
||||||
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.22'
|
||||||
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3
|
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v4.01
|
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v4.01
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.22'
|
||||||
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3
|
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
Jerome Ju <jeromeju@google.com>
|
|
||||||
Quan Zhang <zhangquan@google.com>
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
# 🧊 This project is archived and no longer developed or maintained. 🧊
|
||||||
|
|
||||||
|
The code remains available for historic purposes.
|
||||||
|
|
||||||
|
The README as of the archival date remains unchanged below for historic purposes.
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
# kaniko - Build Images In Kubernetes
|
# kaniko - Build Images In Kubernetes
|
||||||
|
|
||||||
## 🚨NOTE: kaniko is not an officially supported Google product🚨
|
## 🚨NOTE: kaniko is not an officially supported Google product🚨
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue