Update docker-publish.yml

This commit is contained in:
shamoon
2025-03-28 23:17:29 -07:00
parent 5627c4a2b7
commit 1872b464a8

View File

@@ -104,6 +104,9 @@ jobs:
NEXT_PUBLIC_REVISION="${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}" \
pnpm run build
- name: Confirm build
run: ls -lhR .next/standalone || echo "❌ No standalone output!"
# Docker logins
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'