Skip to content

Commit

Permalink
Merge pull request #1786 from DFE-Digital/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/login-action-1.10.0

Bump docker/login-action from 1.9.0 to 1.10.0
  • Loading branch information
sfawcett123 authored Jun 28, 2021
2 parents b7a4b66 + 67a4adb commit 7f691a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fi
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
secrets: 'ACTIONS-API-ACCESS-TOKEN , SLACK-WEBHOOK'

- name: Login to GitHub Container Registry
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
secrets: 'ACTIONS-API-ACCESS-TOKEN , SLACK-WEBHOOK'

- name: Login to GitHub Container Registry
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
secrets: 'ACTIONS-API-ACCESS-TOKEN , SLACK-WEBHOOK'

- name: Login to GitHub Container Registry
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
secrets: 'ACTIONS-API-ACCESS-TOKEN , SLACK-WEBHOOK'

- name: Login to GitHub Container Registry
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 7f691a0

Please sign in to comment.