Skip to content

Commit 5889c00

Browse files
Version Packages (#1486)
* Version Packages (deletions) * Version Packages (actions/build-push-docker) * Version Packages (actions/ctf-build-image) --------- Co-authored-by: app-token-issuer-releng-renovate[bot] <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com>
1 parent 3315e6d commit 5889c00

File tree

6 files changed

+21
-13
lines changed

6 files changed

+21
-13
lines changed

.changeset/few-lobsters-attend.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/lucky-pianos-exist.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

actions/build-push-docker/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# build-push-docker
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#1484](https://github.com/smartcontractkit/.github/pull/1484)
8+
[`3315e6d`](https://github.com/smartcontractkit/.github/commit/3315e6d28f5f054239900d37fc048291e6f1b347)
9+
Thanks [@erikburt](https://github.com/erikburt)! - fix and rework docker
10+
caching logic. cache restores are now disabled by default, and
11+
cache-to/cache-from inputs are no longer post-processed
12+
313
## 1.2.0
414

515
### Minor Changes

actions/build-push-docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "build-push-docker",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "",
55
"private": true,
66
"scripts": {},

actions/ctf-build-image/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# ctf-build-image
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#1484](https://github.com/smartcontractkit/.github/pull/1484)
8+
[`3315e6d`](https://github.com/smartcontractkit/.github/commit/3315e6d28f5f054239900d37fc048291e6f1b347)
9+
Thanks [@erikburt](https://github.com/erikburt)! - fix: rework docker caching
10+
setup
11+
312
## 1.5.0
413

514
### Minor Changes

actions/ctf-build-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ctf-build-image",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "",
55
"private": true,
66
"scripts": {},

0 commit comments

Comments
 (0)