Skip to content

Commit

Permalink
Bump version of Docker action used to 2.2.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacpayne authored Aug 3, 2023
1 parent 1b5f30f commit 900fbf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,15 @@ runs:
creds: ${{ inputs.azureCredentials }}

- name: Log in to Azure Container Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.2.0
if: ${{ inputs.acrName != '' && inputs.acrUsername != '' && inputs.acrPassword != '' }}
with:
registry: ${{ inputs.acrName }}.azurecr.io
username: ${{ inputs.acrUsername }}
password: ${{ inputs.acrPassword }}

- name: Log in to Container Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.2.0
if: ${{ inputs.registryUrl != '' && inputs.registryUsername != '' && inputs.registryPassword != '' }}
with:
registry: ${{ inputs.registryUrl }}
Expand Down

0 comments on commit 900fbf4

Please sign in to comment.