Compare commits

...

2 Commits

Author SHA1 Message Date
facbe37c15 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
2024-07-04 07:45:22 +02:00
aa7f9526e5 chore(deps): update docker/login-action action to v3 2024-07-02 15:54:16 +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 }}