File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 12
12
DB_IMAGE : bumetcs673/cs673olsum25team1/db
13
13
BACKEND_IMAGE : bumetcs673/cs673olsum25team1/backend
14
14
FRONTEND_IMAGE : bumetcs673/cs673olsum25team1/frontend
15
- NGINX_IMAGE : bumetcs673/cs673olsum25team1/nginx
16
15
TAG : ${{ github.ref_name }}
17
16
18
17
jobs :
86
85
echo "Pulling latest images..."
87
86
docker pull ${{ env.REGISTRY }}/${{ env.DB_IMAGE }}:${{ env.TAG }}
88
87
docker pull ${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE }}:${{ env.TAG }}
89
- docker pull ${{ env.REGISTRY }}/${{ env.NGINX_IMAGE }}:${{ env.TAG }}
88
+ docker pull ${{ env.REGISTRY }}/${{ env.FRONTEND_IMAGE }}:${{ env.TAG }}
90
89
91
90
echo "Updating image tags in docker-compose.yml..."
92
91
sed -i "s|image: ${{ env.REGISTRY }}/${{ env.DB_IMAGE }}:.*|image: ${{ env.REGISTRY }}/${{ env.DB_IMAGE }}:${{ env.TAG }}|" docker-compose.yml
You can’t perform that action at this time.
0 commit comments