Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent 2d9d6a4 commit 3107f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "KEY_VAULT_INFRA_SECRET_NAME=$(jq -r '.key_vault_infra_secret_name' ${tf_vars_file})" >> $GITHUB_ENV
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 3107f77

Please sign in to comment.