Bump docker/login-action from 2 to 3 #29
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Login into registry Github Packages
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user