Skip to content

Commit

Permalink
Merge pull request #115 from Arquisoft/ft_addingpullalways
Browse files Browse the repository at this point in the history
Añadiendo pull always para forzar siempre la descarga de las imágenes.
  • Loading branch information
uo282189 authored Mar 14, 2024
2 parents d512901 + 704e5a1 commit 95bfaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ jobs:
wget https://raw.githubusercontent.com/arquisoft/wiq_es05c/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es05c/master/.env -O .env
docker compose --profile prod down
docker compose --profile prod up -d
docker compose --profile prod up -d --pull always

0 comments on commit 95bfaa6

Please sign in to comment.