Compare commits

..

2 Commits

Author SHA1 Message Date
56b1e8ae73 chore(deps): update docker/login-action action to v3 (#8)
Some checks are pending
Build and Publish / build (push) Waiting to run
Reviewed-on: #8
2024-07-02 17:43:03 +02:00
e73a314ccd chore(deps): update docker/login-action action to v3 2024-07-02 15:38:48 +00:00

View File

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