Skip to content

Commit

Permalink
chore(deps): update docker/login-action digest to e92390c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent 6bebb56 commit 7eb0457
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
secret/data/products/infrastructure-experience/ci/common MACHINE_USR;
- name: Login to the registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
with:
registry: ${{ vars.CONTAINER_REGISTRY_CI }}
username: ${{ steps.secrets.outputs.MACHINE_USR }}
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
echo "test_db_url=${test_db_url}"
- name: Login to the registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
with:
registry: ${{ vars.CONTAINER_REGISTRY_CI }}
username: ${{ steps.secrets.outputs.MACHINE_USR }}
Expand Down Expand Up @@ -455,14 +455,14 @@ jobs:
secret/data/products/infrastructure-experience/ci/common DOCKERHUB_PASSWORD;
- name: Login to the registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
with:
registry: "${{ vars.CONTAINER_REGISTRY_CI }}"
username: "${{ steps.secrets.outputs.MACHINE_USR }}"
password: "${{ steps.secrets.outputs.MACHINE_PWD }}"

- name: Login to Docker Hub
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
with:
registry: "${{ vars.CONTAINER_REGISTRY }}"
username: "${{ steps.secrets.outputs.DOCKERHUB_USER }}"
Expand Down

0 comments on commit 7eb0457

Please sign in to comment.