1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-04-20 09:08:14 +02:00
Commit graph

19 commits

Author SHA1 Message Date
Doron Somech
aff3d4491f feat: add target option 2020-06-20 22:40:41 +03:00
Doron Somech
b6cc2eed04 feat: tag_with_latest option to add additional latest tag
With skip digest unchanged it is not enough the push the current tag, which is probably semvar, we also need to push the latest, so we can later check if the latest digest equal current tag
2020-06-20 22:40:41 +03:00
Doron Somech
e5e4ca2afb feat: allow custom context path 2020-06-20 22:40:41 +03:00
Doron Somech
ff9e1ae761 chore: fixing digest
Fixing few issues with digest:
1. Multi-stage dockerfiles override /usr/local/lib, downloading jq and reg to /kaniko instead
2. Github registry doesn't support digest yet, downloading manifest and calculating the digest manually
3. Digest was fetched for the current tag, which not yet exist. Fetching digest for the latest tag instead
2020-06-20 22:40:41 +03:00
Alex Viscreanu
57d6d22cdf chore: Push on first build if skip_unchanged_digest isn't set 2020-06-19 14:10:56 +02:00
Alex Viscreanu
3b9302effb feat: Add option for skip pushing if the digest hasn't changed 2020-06-19 14:10:56 +02:00
Alex Viscreanu
c076596480 chore: Add Makefile for easier development 2020-06-19 13:18:55 +02:00
Alex Viscreanu
edea218783 chore: Rename function to ensure variables being set 2020-06-19 13:14:45 +02:00
Simon Prochazka
73a7639472
chore: Rename organization to aevea 2020-04-26 18:43:20 +02:00
Remon Oldenbeuving
3e63daf6fe fix: Ensure lowercase GitHub image namespace 2020-04-08 09:14:03 +02:00
Renovate Bot
e13fbcb36b chore(deps): add renovate.json 2020-03-15 00:06:57 +01:00
Alex Viscreanu
6c131bc4a8
feat: Allow stripping tag prefixes 2020-02-24 22:11:13 +01:00
Alex Viscreanu
4a68ad0e14
fix: Strip refs/tags string from github ref 2020-02-17 00:11:52 +01:00
Alex Viscreanu
6d863aedec
feat(ci): Add kaniko build GitHub action 2020-02-16 23:16:55 +01:00
Alex Viscreanu
bd12547855
feat(ci): Add release notary GitHub action 2020-02-16 23:10:52 +01:00
Alex Viscreanu
43b3f63082
feat(ci): Add commitsar GitHub action 2020-02-16 23:10:04 +01:00
Alex Viscreanu
e53e7fa149
fix: Add explicit registry domain for GitHub Package Registry 2020-02-16 23:00:45 +01:00
Alex Viscreanu
47b714c8dd
fix: Reverse conditional for github cache registry 2020-02-16 22:52:06 +01:00
Alex Viscreanu
b351432674
Initial commit 2020-02-16 22:37:48 +01:00