Skip to content

Commit

Permalink
build(deps): Bump docker/login-action from 2 to 3 (#863)
Browse files Browse the repository at this point in the history
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Approved-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
  • Loading branch information
craciunoiuc committed Oct 10, 2023
2 parents 2828af2 + 7e27503 commit 09396f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/base-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Login to OCI registry
if: ${{ github.event_name == 'push' }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: index.unikraft.io
username: ${{ secrets.REG_USERNAME }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Login to OCI registry
if: ${{ github.event_name == 'push' }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: index.unikraft.io
username: ${{ secrets.REG_USERNAME }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to OCI registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ github.event_name == 'push' }}
with:
registry: index.unikraft.io
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to OCI registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ github.event_name == 'push' }}
with:
registry: index.unikraft.io
Expand Down

0 comments on commit 09396f0

Please sign in to comment.