fix: dockerfile

This commit is contained in:
Valknar XXX
2025-10-26 02:36:04 +02:00
parent 4058757389
commit dc2a6a16d3

View File

@@ -20,7 +20,6 @@ on:
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: valknarxxx/sexy IMAGE_NAME: valknarxxx/sexy
CI: true
jobs: jobs:
build-and-push: build-and-push:
@@ -84,6 +83,7 @@ jobs:
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
build-args: | build-args: |
NODE_ENV=production NODE_ENV=production
CI=true
- name: Generate image digest - name: Generate image digest
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'