chore(deps): update docker/login-action action to v3 (#7)
Some checks are pending
Build and Publish / build (push) Waiting to run
Build and Publish / deployment (push) Waiting to run

Reviewed-on: #7
This commit is contained in:
Simon Cornet 2024-07-04 07:45:22 +02:00
commit facbe37c15

View File

@ -19,7 +19,7 @@ jobs:
# login to cr.simoncor.net
- name: 'Login to cr.simoncor.net'
uses: 'docker/login-action@v2'
uses: 'docker/login-action@v3'
with:
registry: 'cr.simoncor.net'
username: ${{ vars.REGISTER_USERNAME }}