This commit is contained in:
2026-07-28 10:12:43 -07:00
parent 2e6216b408
commit bf30c3d751
2 changed files with 7 additions and 2 deletions
@@ -166,10 +166,15 @@ jobs:
exit 1
fi
- name: Clear all build caches
run: |
docker builder prune -af || true
docker buildx prune -af || true
- name: Build and push image
run: |
IMAGE="$IMAGE_REGISTRY/$IMAGE_ORG/$IMAGE_REPO_VINTAGE_STORY:${{ matrix.version }}"
docker buildx build --platform linux/amd64 --push -t "$IMAGE" "./${{ matrix.version }}"
docker buildx build --platform linux/amd64 --pull --no-cache --push -t "$IMAGE" "./${{ matrix.version }}"
generate-changelogs:
needs: build-vintage-story-images