Skip to content

Commit a1f5590

Browse files
committed
fix: bug fi
1 parent 10bb16a commit a1f5590

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- name: 🔨 Ruta Remediada (Aplicar Parche y Reconstruir)
167167
if: ${{ needs.scan.outputs.needs_remediation == 'true' }}
168168
run: |
169-
REMEDIATED_TAG="${{ needs.build.outputs.full_image }}-remediated"
169+
REMEDIATED_TAG="${{ env.FULL_IMAGE }}-remediated"
170170
echo "Aplicando parches y reconstruyendo en ${REMEDIATED_TAG}..."
171171
172172
# ASUME QUE EL DOCKERFILE AHORA TIENE LA INSTRUCCIÓN:
@@ -178,7 +178,7 @@ jobs:
178178
docker push $REMEDIATED_TAG
179179
push-sign:
180180
runs-on: ubuntu-latest
181-
needs: [build, remediate] # Depende del Job anterior
181+
needs: [scan] # Depende del Job anterior
182182
steps:
183183
- name: 🔑 Login to Quay.io
184184
run: |

0 commit comments

Comments
 (0)