Skip to content

Releases: docker/login-action

v1.12.0

20 Dec 13:34
42d299f
Compare
Choose a tag to compare
  • ECR: only set credentials if username and password are specified (#128)
  • Refactor to use aws-sdk v3 (#128)

v1.11.0

20 Dec 10:21
d9927c4
Compare
Choose a tag to compare
  • ECR: switch implementation to use the AWS SDK (#126)
  • ecr input to specify whether the given registry is ECR (#123)
  • Test against Windows runner (#126)
  • Update instructions for Google registry (#127)
  • Update dev workflow (#111)
  • Small changes for GHCR doc (#86)
  • Update dev dependencies (#85)
  • Bump ansi-regex from 5.0.0 to 5.0.1 (#101)
  • Bump tmpl from 1.0.4 to 1.0.5 (#100)
  • Bump @actions/core from 1.4.0 to 1.6.0 (#94 #103)
  • Bump codecov/codecov-action from 1 to 2 (#88)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#83)
  • Bump node-notifier from 8.0.0 to 8.0.2 (#82)
  • Bump ws from 7.3.1 to 7.5.0 (#81)
  • Bump lodash from 4.17.20 to 4.17.21 (#80)
  • Bump y18n from 4.0.0 to 4.0.3 (#79)

v1.10.0

23 Jun 12:00
f054a8b
Compare
Choose a tag to compare
  • GitHub Packages Docker Registry deprecated (#78)
  • Use built-in getExecOutput (#77)
  • Switch to core.getBooleanInput (#76)
  • Bump @actions/exec from 1.0.4 to 1.1.0 (#73)
  • Bump @actions/core from 1.2.6 to 1.4.0 (#70 #74)
  • Bump @actions/io from 1.0.2 to 1.1.1 (#71 #75)
  • Bump semver from 7.3.2 to 7.3.5 (#69)
  • Update dependabot config (#68)

v1.9.0

28 Apr 09:45
28218f9
Compare
Choose a tag to compare
  • Remove os limitation (#66)
  • Enhance workflow (#61)
  • Add example for Quay (#60)
  • Use GITHUB_TOKEN with GHCR (#59)
  • Improve GHCR doc (#55)
  • Add e2e tests for GAR (#48)
  • Add e2e tests for GCR (#42)

v1.8.0

18 Dec 06:50
f336459
Compare
Choose a tag to compare
  • Handle Amazon ECR registries associated with other accounts (#40)
  • Add e2e tests for ECR (#27)

v1.7.0

17 Dec 06:57
7b79d7e
Compare
Choose a tag to compare
  • Add support for public ECR (#37 #41)
  • Add example with DinD (#35)
  • Add example for OCI Oracle Cloud Infrastructure Registry (#28)
  • Add e2e tests pt.1 (#23)

v1.6.0

20 Oct 20:05
adb7347
Compare
Choose a tag to compare
  • Handle AWS credentials (#21)

v1.5.0

17 Oct 14:04
39ef12f
Compare
Choose a tag to compare
  • Username required (#18)
  • Mostly tests and some small changes (#16)

v1.4.1

01 Oct 17:38
34d5f75
Compare
Choose a tag to compare

v1.4.0

24 Sep 18:39
0f9fb80
Compare
Choose a tag to compare
  • Take the password from stdin
  • Update deps