Fix: Eliminar --no-cache del docker build para mejorar velocidad
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Build+push ${{ vars.APP_NAME }}
|
- name: Build+push ${{ vars.APP_NAME }}
|
||||||
run: |
|
run: |
|
||||||
cd nuxt4
|
cd nuxt4
|
||||||
docker build --no-cache -t $REG/${{ github.repository_owner }}/$APP_NAME:${{ github.sha }} -t $REG/${{ github.repository_owner }}/$APP_NAME:latest .
|
docker build -t $REG/${{ github.repository_owner }}/$APP_NAME:${{ github.sha }} -t $REG/${{ github.repository_owner }}/$APP_NAME:latest .
|
||||||
docker push $REG/${{ github.repository_owner }}/$APP_NAME:${{ github.sha }}
|
docker push $REG/${{ github.repository_owner }}/$APP_NAME:${{ github.sha }}
|
||||||
docker push $REG/${{ github.repository_owner }}/$APP_NAME:latest
|
docker push $REG/${{ github.repository_owner }}/$APP_NAME:latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user