Refactor ci workflow
All checks were successful
ci / Image build (push) Successful in 1m55s
ci / Deployment (push) Successful in 9s

This commit is contained in:
Joris Bertomeu
2024-10-01 11:29:00 +02:00
parent 341e6bc077
commit 06797af615

View File

@@ -7,7 +7,7 @@ on:
env:
REGISTRY: ${{ vars.DOCKER_REGISTRY_URL }}
IMAGE_NAME: bertomlab/crawlflix-front
IMAGE_TAG: ${{ github.sha::7 }}
IMAGE_TAG: ${{ github.sha }}
CONTAINER_NAME: ${{ vars.CONTAINER_NAME }}
jobs: