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

32 Releases 36 Tags

RSS Feed
  • v4.1.0 4907a6ddec
    Compare

    v4.1.0 Stable

    crazy-max released this 2026-04-03 00:54:56 +08:00 | 23 commits to master since this release

    • Fix scoped Docker Hub cleanup path when registry is omitted by @crazy-max in https://github.com/docker/login-action/pull/945
    • Bump @aws-sdk/client-ecr and @aws-sdk/client-ecr-public to 3.1020.0 in https://github.com/docker/login-action/pull/930
    • Bump @docker/actions-toolkit from 0.77.0 to 0.86.0 in https://github.com/docker/login-action/pull/932 https://github.com/docker/login-action/pull/936
    • Bump brace-expansion from 1.1.12 to 1.1.13 in https://github.com/docker/login-action/pull/952
    • Bump fast-xml-parser from 5.3.4 to 5.3.6 in https://github.com/docker/login-action/pull/942
    • Bump flatted from 3.3.3 to 3.4.2 in https://github.com/docker/login-action/pull/944
    • Bump glob from 10.3.12 to 10.5.0 in https://github.com/docker/login-action/pull/940
    • Bump handlebars from 4.7.8 to 4.7.9 in https://github.com/docker/login-action/pull/949
    • Bump http-proxy-agent and https-proxy-agent to 8.0.0 in https://github.com/docker/login-action/pull/937
    • Bump lodash from 4.17.23 to 4.18.1 in https://github.com/docker/login-action/pull/958
    • Bump minimatch from 3.1.2 to 3.1.5 in https://github.com/docker/login-action/pull/941
    • Bump picomatch from 4.0.3 to 4.0.4 in https://github.com/docker/login-action/pull/948
    • Bump undici from 6.23.0 to 6.24.1 in https://github.com/docker/login-action/pull/938

    Full Changelog: https://github.com/docker/login-action/compare/v4.0.0...v4.1.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v4.0.0 b45d80f862
    Compare

    v4.0.0 Stable

    crazy-max released this 2026-03-04 04:18:09 +08:00 | 80 commits to master since this release

    • Node 24 as default runtime (requires Actions Runner v2.327.1 or later) by @crazy-max in https://github.com/docker/login-action/pull/929
    • Switch to ESM and update config/test wiring by @crazy-max in https://github.com/docker/login-action/pull/927
    • Bump @actions/core from 1.11.1 to 3.0.0 in https://github.com/docker/login-action/pull/919
    • Bump @aws-sdk/client-ecr from 3.890.0 to 3.1000.0 in https://github.com/docker/login-action/pull/909 https://github.com/docker/login-action/pull/920
    • Bump @aws-sdk/client-ecr-public from 3.890.0 to 3.1000.0 in https://github.com/docker/login-action/pull/909 https://github.com/docker/login-action/pull/920
    • Bump @docker/actions-toolkit from 0.63.0 to 0.77.0 in https://github.com/docker/login-action/pull/910 https://github.com/docker/login-action/pull/928
    • Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in https://github.com/docker/login-action/pull/921
    • Bump js-yaml from 4.1.0 to 4.1.1 in https://github.com/docker/login-action/pull/901

    Full Changelog: https://github.com/docker/login-action/compare/v3.7.0...v4.0.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.7.0 c94ce9fb46
    Compare

    v3.7.0 Stable

    crazy-max released this 2026-01-28 00:53:30 +08:00 | 115 commits to master since this release

    • Add scope input to set scopes for the authentication token by @crazy-max in https://github.com/docker/login-action/pull/912
    • Add support for AWS European Sovereign Cloud ECR by @dphi in https://github.com/docker/login-action/pull/914
    • Ensure passwords are redacted with registry-auth input by @crazy-max in https://github.com/docker/login-action/pull/911
    • build(deps): bump lodash from 4.17.21 to 4.17.23 in https://github.com/docker/login-action/pull/915

    Full Changelog: https://github.com/docker/login-action/compare/v3.6.0...v3.7.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.6.0 5e57cd1181
    Compare

    v3.6.0 Stable

    crazy-max released this 2025-09-29 18:29:19 +08:00 | 130 commits to master since this release

    • Add registry-auth input for raw authentication to registries by @crazy-max in https://github.com/docker/login-action/pull/887
    • Bump @aws-sdk/client-ecr to 3.890.0 in https://github.com/docker/login-action/pull/882 https://github.com/docker/login-action/pull/890
    • Bump @aws-sdk/client-ecr-public to 3.890.0 in https://github.com/docker/login-action/pull/882 https://github.com/docker/login-action/pull/890
    • Bump @docker/actions-toolkit from 0.62.1 to 0.63.0 in https://github.com/docker/login-action/pull/883
    • Bump brace-expansion from 1.1.11 to 1.1.12 in https://github.com/docker/login-action/pull/880
    • Bump undici from 5.28.4 to 5.29.0 in https://github.com/docker/login-action/pull/879
    • Bump tmp from 0.2.3 to 0.2.4 in https://github.com/docker/login-action/pull/881

    Full Changelog: https://github.com/docker/login-action/compare/v3.5.0...v3.6.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.5.0 184bdaa072
    Compare

    v3.5.0 Stable

    crazy-max released this 2025-08-04 21:27:32 +08:00 | 160 commits to master since this release

    • Support dual-stack endpoints for AWS ECR by @Spacefish @crazy-max in https://github.com/docker/login-action/pull/874 https://github.com/docker/login-action/pull/876
    • Bump @aws-sdk/client-ecr to 3.859.0 in https://github.com/docker/login-action/pull/860 https://github.com/docker/login-action/pull/878
    • Bump @aws-sdk/client-ecr-public to 3.859.0 in https://github.com/docker/login-action/pull/860 https://github.com/docker/login-action/pull/878
    • Bump @docker/actions-toolkit from 0.57.0 to 0.62.1 in https://github.com/docker/login-action/pull/870
    • Bump form-data from 2.5.1 to 2.5.5 in https://github.com/docker/login-action/pull/875

    Full Changelog: https://github.com/docker/login-action/compare/v3.4.0...v3.5.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.4.0 74a5d14239
    Compare

    v3.4.0 Stable

    crazy-max released this 2025-03-14 17:42:52 +08:00 | 181 commits to master since this release

    • Bump @actions/core from 1.10.1 to 1.11.1 in https://github.com/docker/login-action/pull/791
    • Bump @aws-sdk/client-ecr to 3.766.0 in https://github.com/docker/login-action/pull/789 https://github.com/docker/login-action/pull/856
    • Bump @aws-sdk/client-ecr-public to 3.758.0 in https://github.com/docker/login-action/pull/789 https://github.com/docker/login-action/pull/856
    • Bump @docker/actions-toolkit from 0.35.0 to 0.57.0 in https://github.com/docker/login-action/pull/801 https://github.com/docker/login-action/pull/806 https://github.com/docker/login-action/pull/858
    • Bump cross-spawn from 7.0.3 to 7.0.6 in https://github.com/docker/login-action/pull/814
    • Bump https-proxy-agent from 7.0.5 to 7.0.6 in https://github.com/docker/login-action/pull/823
    • Bump path-to-regexp from 6.2.2 to 6.3.0 in https://github.com/docker/login-action/pull/777

    Full Changelog: https://github.com/docker/login-action/compare/v3.3.0...v3.4.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.3.0 9780b0c442
    Compare

    v3.3.0 Stable

    crazy-max released this 2024-07-22 17:02:48 +08:00 | 217 commits to master since this release

    • Bump @docker/actions-toolkit from 0.24.0 to 0.35.0 in https://github.com/docker/login-action/pull/754
    • Bump https-proxy-agent from 7.0.4 to 7.0.5 in https://github.com/docker/login-action/pull/741
    • Bump braces from 3.0.2 to 3.0.3 in https://github.com/docker/login-action/pull/730

    Full Changelog: https://github.com/docker/login-action/compare/v3.2.0...v3.3.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.2.0 0d4c9c5ea7
    Compare

    v3.2.0 Stable

    crazy-max released this 2024-05-28 16:04:15 +08:00 | 228 commits to master since this release

    • Improve missing username/password by @Frankkkkk in https://github.com/docker/login-action/pull/706
    • Bump @docker/actions-toolkit from 0.18.0 to 0.24.0 in https://github.com/docker/login-action/pull/715 https://github.com/docker/login-action/pull/721
    • Bump aws-sdk-dependencies to 3.583.0 in https://github.com/docker/login-action/pull/720
    • Bump undici from 5.28.3 to 5.28.4 in https://github.com/docker/login-action/pull/694

    Full Changelog: https://github.com/docker/login-action/compare/v3.1.0...v3.2.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.1.0 e92390c5fb
    Compare

    v3.1.0 Stable

    crazy-max released this 2024-03-13 23:06:20 +08:00 | 253 commits to master since this release

    • Bump @babel/traverse from 7.17.3 to 7.23.2 in https://github.com/docker/login-action/pull/618
    • Bump @docker/actions-toolkit from 0.12.0 to 0.18.0 in https://github.com/docker/login-action/pull/616 https://github.com/docker/login-action/pull/636 https://github.com/docker/login-action/pull/682
    • Bump aws-sdk dependencies to 3.529.1 in https://github.com/docker/login-action/pull/624 https://github.com/docker/login-action/pull/685
    • Bump http-proxy-agent to 7.0.2 in https://github.com/docker/login-action/pull/676
    • Bump https-proxy-agent to 7.0.4 in https://github.com/docker/login-action/pull/676
    • Bump undici from 5.26.5 to 5.28.3 in https://github.com/docker/login-action/pull/677

    Full Changelog: https://github.com/docker/login-action/compare/v3.0.0...v3.1.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v3.0.0 343f7c4344
    Compare

    v3.0.0 Stable

    crazy-max released this 2023-09-12 15:20:39 +08:00 | 291 commits to master since this release

    • Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in https://github.com/docker/login-action/pull/593
    • Bump @actions/core from 1.10.0 to 1.10.1 in https://github.com/docker/login-action/pull/598
    • Bump @aws-sdk/client-ecr and @aws-sdk/client-ecr-public to 3.410.0 in https://github.com/docker/login-action/pull/555 https://github.com/docker/login-action/pull/560 https://github.com/docker/login-action/pull/582 https://github.com/docker/login-action/pull/599
    • Bump semver from 6.3.0 to 6.3.1 in https://github.com/docker/login-action/pull/556
    • Bump https-proxy-agent to 7.0.2 https://github.com/docker/login-action/pull/561 https://github.com/docker/login-action/pull/588

    Full Changelog: https://github.com/docker/login-action/compare/v2.2.0...v3.0.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 4 Next Last
Powered by Gitea Version: 1.25.4 Page: 23ms 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