feat(workflow): logout from registry
All checks were successful
build image / build (push) Successful in 52s
All checks were successful
build image / build (push) Successful in 52s
This commit is contained in:
parent
475cd5a26b
commit
b8e4511084
1 changed files with 5 additions and 0 deletions
|
@ -34,3 +34,8 @@ jobs:
|
|||
- name: Push image
|
||||
run: |
|
||||
docker push code.bcarlin.net/oci/browsers:latest
|
||||
|
||||
- name: logout from repository
|
||||
if: always()
|
||||
run: |
|
||||
docker logout code.bcarlin.net
|
||||
|
|
Loading…
Reference in a new issue