Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #848 from weaveworks/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-1.10.0

Bump docker/login-action from 1.9.0 to 1.10.0
  • Loading branch information
darkowlzz authored Jun 28, 2021
2 parents 2f840ad + c8ddb9e commit 54d2381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-kernel-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Login to container registry
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
registry: docker.io
username: weaveworksigniteci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-os-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Login to container registry
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
registry: docker.io
username: weaveworksigniteci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
ref: ${{ env.REL_TAG }}
- name: Login to container registry
uses: docker/login-action@v1.9.0
uses: docker/login-action@v1.10.0
with:
registry: docker.io
username: weaveworksigniteci
Expand Down

0 comments on commit 54d2381

Please sign in to comment.