Skip to content

Commit

Permalink
fix: en minusculas
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryyyan93 committed Nov 14, 2024
1 parent 19d54bd commit 572c945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
file: ./Dockerfile # Apunta al Dockerfile en la raíz
context: . # Usa la raíz como contexto
tags: |
ghcr.io/${{ github.repository_owner }}/${{ env.COMPONENT_NAME }}:${{ env.COMPONENT_VERSION }}
ghcr.io/${{ github.repository_owner }}/${{ env.COMPONENT_NAME }}:latest
ghcr.io/${{ github.repository_owner | toLower }}/liberando-productos-practica:${{ env.COMPONENT_VERSION | toLower }}
ghcr.io/${{ github.repository_owner | toLower }}/liberando-productos-practica:latest
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION: ${{ env.COMPONENT_VERSION }}
Expand Down

0 comments on commit 572c945

Please sign in to comment.