Logo
Explore Help
Sign In
mirror/build-push-action
2
0
Fork 0
You've already forked build-push-action
Code Issues Pull Requests Actions Packages Projects Releases 63 Wiki Activity

63 Releases 72 Tags

RSS Feed
  • v6.4.1 1ca370b3a9
    Compare

    v6.4.1 Stable

    crazy-max released this 2024-07-17 17:01:30 +08:00 | 263 commits to master since this release

    • revert "Set repository and ghtoken attributes for GitHub Actions cache backend" by @crazy-max in https://github.com/docker/build-push-action/pull/1183

    Full Changelog: https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v6.4.0 a254f8ca60
    Compare

    v6.4.0 Stable

    crazy-max released this 2024-07-15 19:54:32 +08:00 | 266 commits to master since this release

    • Set repository and ghtoken attributes for GitHub Actions cache backend by @crazy-max in https://github.com/docker/build-push-action/pull/1133
    • Bump @docker/actions-toolkit from 0.31.0 to 0.33.0 in https://github.com/docker/build-push-action/pull/1179

    Full Changelog: https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v6.3.0 1a162644f9
    Compare

    v6.3.0 Stable

    crazy-max released this 2024-07-03 00:38:46 +08:00 | 272 commits to master since this release

    • DOCKER_BUILD_RECORD_UPLOAD environment variable to enable/disable build record upload by @crazy-max in https://github.com/docker/build-push-action/pull/1172
    • DOCKER_BUILD_NO_SUMMARY has been deprecated. Set DOCKER_BUILD_SUMMARY to false instead by @crazy-max in https://github.com/docker/build-push-action/pull/1170 https://github.com/docker/build-push-action/pull/1173
    • Bump @docker/actions-toolkit from 0.28.0 to 0.31.0 in https://github.com/docker/build-push-action/pull/1171 https://github.com/docker/build-push-action/pull/1159 https://github.com/docker/build-push-action/pull/1169

    Full Changelog: https://github.com/docker/build-push-action/compare/v6.2.0...v6.3.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v6.2.0 15560696de
    Compare

    v6.2.0 Stable

    crazy-max released this 2024-06-26 20:20:37 +08:00 | 298 commits to master since this release

    • Use default retention days for build export artifact by @crazy-max in https://github.com/docker/build-push-action/pull/1153
    • Bump @docker/actions-toolkit from 0.27.0 to 0.28.0 in https://github.com/docker/build-push-action/pull/1158

    Full Changelog: https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v6.1.0 31159d49c0
    Compare

    v6.1.0 Stable

    crazy-max released this 2024-06-21 01:22:45 +08:00 | 304 commits to master since this release

    • Bump @docker/actions-toolkit from 0.26.2 to 0.27.0 in https://github.com/docker/build-push-action/pull/1149

    Full Changelog: https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v6.0.2 f6010ea701
    Compare

    v6.0.2 Stable

    crazy-max released this 2024-06-20 21:56:23 +08:00 | 307 commits to master since this release

    • Bump @docker/actions-toolkit from 0.26.1 to 0.26.2 in https://github.com/docker/build-push-action/pull/1147

    Full Changelog: https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v6.0.1 94f8f8c2ee
    Compare

    v6.0.1 Stable

    crazy-max released this 2024-06-18 23:39:29 +08:00 | 310 commits to master since this release

    • Bump @docker/actions-toolkit from 0.26.0 to 0.26.1 in https://github.com/docker/build-push-action/pull/1142

    Full Changelog: https://github.com/docker/build-push-action/compare/v6.0.0...v6.0.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v6.0.0 c382f710d3
    Compare

    v6.0.0 Stable

    crazy-max released this 2024-06-17 15:23:45 +08:00 | 317 commits to master since this release

    • Export build record and generate build summary by @crazy-max in https://github.com/docker/build-push-action/pull/1120
    • Bump @docker/actions-toolkit from 0.24.0 to 0.26.0 in https://github.com/docker/build-push-action/pull/1132 https://github.com/docker/build-push-action/pull/1136 https://github.com/docker/build-push-action/pull/1138
    • Bump braces from 3.0.2 to 3.0.3 in https://github.com/docker/build-push-action/pull/1137

    Note

    This major release adds support for generating Build summary and exporting build record for your build. You can disable this feature by setting DOCKER_BUILD_SUMMARY: false environment variable in your workflow.

    Full Changelog: https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v5.4.0 ca052bb54a
    Compare

    v5.4.0 Stable

    crazy-max released this 2024-05-29 20:20:19 +08:00 | 335 commits to master since this release

    • Show builder information before building by @crazy-max in https://github.com/docker/build-push-action/pull/1128
    • Handle attestations correctly with provenance and sbom inputs by @crazy-max in https://github.com/docker/build-push-action/pull/1086
    • Bump @docker/actions-toolkit from 0.19.0 to 0.24.0 in https://github.com/docker/build-push-action/pull/1088 https://github.com/docker/build-push-action/pull/1105 https://github.com/docker/build-push-action/pull/1121 https://github.com/docker/build-push-action/pull/1127
    • Bump undici from 5.28.3 to 5.28.4 in https://github.com/docker/build-push-action/pull/1090

    Full Changelog: https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v5.3.0 2cdde995de
    Compare

    v5.3.0 Stable

    crazy-max released this 2024-03-14 02:21:45 +08:00 | 380 commits to master since this release

    • Bump @docker/actions-toolkit from 0.18.0 to 0.19.0 in https://github.com/docker/build-push-action/pull/1080

    Full Changelog: https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 4 5 ... Next Last
Powered by Gitea Version: 1.25.4 Page: 407ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API