feat(workflow): logout from registry
All checks were successful
build image / build (push) Successful in 52s

This commit is contained in:
Bruno Carlin 2025-01-05 16:41:52 +01:00
parent 475cd5a26b
commit b8e4511084
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -34,3 +34,8 @@ jobs:
- name: Push image - name: Push image
run: | run: |
docker push code.bcarlin.net/oci/browsers:latest docker push code.bcarlin.net/oci/browsers:latest
- name: logout from repository
if: always()
run: |
docker logout code.bcarlin.net