Skip to content

Commit

Permalink
Merge pull request #59 from arvatoaws-labs/renovate/docker-login-acti…
Browse files Browse the repository at this point in the history
…on-2.x

Update docker/login-action action to v2.2.0
  • Loading branch information
autarchprinceps authored Nov 9, 2023
2 parents c0a976c + 32861ea commit 5e8300e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
driver-opts: image=moby/buildkit:master

- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: jenkins-arvato
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
driver-opts: image=moby/buildkit:master

- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: jenkins-arvato
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
driver-opts: image=moby/buildkit:master

- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: jenkins-arvato
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
driver-opts: image=moby/buildkit:master

- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: jenkins-arvato
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
driver-opts: image=moby/buildkit:master

- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: jenkins-arvato
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
driver-opts: image=moby/buildkit:master

- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: jenkins-arvato
Expand Down

0 comments on commit 5e8300e

Please sign in to comment.