Add Docker logout step to build workflow

This commit is contained in:
2026-01-23 10:46:03 +01:00
parent d451fe77ef
commit 50e753d5a2

View File

@@ -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 }}