Add Docker logout step to build workflow
This commit is contained in:
@@ -35,4 +35,7 @@ jobs:
|
||||
-v "$PWD":/work \
|
||||
cgr.dev/chainguard/apko publish \
|
||||
${{ matrix.section }}/${{ matrix.name }}/apko.yml \
|
||||
${{ env.REGISTRY }}/moonlight-panel/${{ matrix.section }}/${{ matrix.name }}
|
||||
${{ env.REGISTRY }}/moonlight-panel/${{ matrix.section }}:${{ matrix.name }}
|
||||
|
||||
- name: "Logout from docker registry"
|
||||
run: docker logout ${{ env.REGISTRY }}
|
||||
Reference in New Issue
Block a user