feat: fixes docker build

This commit is contained in:
2025-10-31 23:15:54 -03:00
parent a6cffbf567
commit 2ff4b6e398

View File

@@ -28,7 +28,7 @@ jobs:
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
env:
IMAGE_TAG: ${{ github.ref_name == 'main' && 'latest' || 'dev' }}
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/frontend-hideyoshi.com:latest
IMAGE_NAME: ghcr.io/${{ toLower(github.repository_owner) }}/frontend-hideyoshi.com:latest
permissions:
contents: read
packages: write # required to push to ghcr.io