Update docker/login-action action to v3.1.0 (#27)
This commit is contained in:
parent
c884cd4924
commit
f75f82c8d3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: 🔓 Registry login
|
||||
if: github.event_name == 'push'
|
||||
uses: docker/login-action@v3.0.0
|
||||
uses: docker/login-action@v3.1.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
|
Loading…
Reference in a new issue