Skip to content

Commit

Permalink
chore: Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 9, 2023
1 parent 101a971 commit 5a64190
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ async function run() {
throw new Error(`Invalid input for '${INPUTS.registryType}', possible options are [${REGISTRY_TYPES.private}, ${REGISTRY_TYPES.public}]`);
}

// Notify customer if they don't have their password masked
if (!maskPassword) {
core.warning('Your docker password is not masked. See https://github.com/aws-actions/amazon-ecr-login#docker-credentials ' +
'for more information.')
}

// Configures proxy
const httpsProxyAgent = configureProxy(httpProxy);

Expand Down

0 comments on commit 5a64190

Please sign in to comment.